diff options
author | Bryan O'Sullivan <bos@lindenlab.com> | 2009-08-31 13:47:47 -0700 |
---|---|---|
committer | Bryan O'Sullivan <bos@lindenlab.com> | 2009-08-31 13:47:47 -0700 |
commit | 30ff6cabd61f2f083df5df1e6e70cc94742af477 (patch) | |
tree | 631935f1cf59d19a91cdad65e9a75fe825afda7d /indra/newview/res | |
parent | ff11d74820c89822cd067b51727d9df1dc87d0d0 (diff) | |
parent | 3ac3a4b206c08ed06b889bdaa24074b6aa0e020a (diff) |
Merge with trunk
Diffstat (limited to 'indra/newview/res')
-rw-r--r-- | indra/newview/res/bitmap2.bmp | bin | 0 -> 25118 bytes | |||
-rw-r--r-- | indra/newview/res/install_icon.BMP | bin | 0 -> 262198 bytes | |||
-rw-r--r-- | indra/newview/res/loginbackground.bmp | bin | 0 -> 336054 bytes | |||
-rw-r--r-- | indra/newview/res/uninstall_icon.BMP | bin | 0 -> 262198 bytes | |||
-rw-r--r-- | indra/newview/res/viewerRes.rc | 10 |
5 files changed, 5 insertions, 5 deletions
diff --git a/indra/newview/res/bitmap2.bmp b/indra/newview/res/bitmap2.bmp Binary files differnew file mode 100644 index 0000000000..770b07558c --- /dev/null +++ b/indra/newview/res/bitmap2.bmp diff --git a/indra/newview/res/install_icon.BMP b/indra/newview/res/install_icon.BMP Binary files differnew file mode 100644 index 0000000000..09df573870 --- /dev/null +++ b/indra/newview/res/install_icon.BMP diff --git a/indra/newview/res/loginbackground.bmp b/indra/newview/res/loginbackground.bmp Binary files differnew file mode 100644 index 0000000000..288a0b0398 --- /dev/null +++ b/indra/newview/res/loginbackground.bmp diff --git a/indra/newview/res/uninstall_icon.BMP b/indra/newview/res/uninstall_icon.BMP Binary files differnew file mode 100644 index 0000000000..562b56676a --- /dev/null +++ b/indra/newview/res/uninstall_icon.BMP diff --git a/indra/newview/res/viewerRes.rc b/indra/newview/res/viewerRes.rc index 352d5cab55..9a0938b879 100644 --- a/indra/newview/res/viewerRes.rc +++ b/indra/newview/res/viewerRes.rc @@ -138,8 +138,8 @@ TOOLMEDIAOPEN CURSOR "toolmediaopen.cur" // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,24,4,0 - PRODUCTVERSION 1,24,4,0 + FILEVERSION 2,0,0,0 + PRODUCTVERSION 2,0,0,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -156,12 +156,12 @@ BEGIN BEGIN VALUE "CompanyName", "Linden Lab" VALUE "FileDescription", "Second Life" - VALUE "FileVersion", "1.24.4.0" + VALUE "FileVersion", "2.0.0.0" VALUE "InternalName", "Second Life" - VALUE "LegalCopyright", "Copyright © 2001-2008, Linden Research, Inc." + VALUE "LegalCopyright", "Copyright � 2001-2008, Linden Research, Inc." VALUE "OriginalFilename", "SecondLife.exe" VALUE "ProductName", "Second Life" - VALUE "ProductVersion", "1.24.4.0" + VALUE "ProductVersion", "2.0.0.0" END END BLOCK "VarFileInfo" |