diff options
author | Don Kjer <don@lindenlab.com> | 2012-09-14 11:27:04 +0000 |
---|---|---|
committer | Don Kjer <don@lindenlab.com> | 2012-09-14 11:27:04 +0000 |
commit | 8808325ced4d380d937c9be1cc81e20a5ebb5f62 (patch) | |
tree | 0b867667865f13339399ed85b1cde04c2200f33c /indra/newview/res | |
parent | 9307810e7e8edcf18f7c27abda5d0b94ed13bcf7 (diff) |
Removed appearance utility from viewer source. Added appearance utility autobuild package.
Diffstat (limited to 'indra/newview/res')
-rw-r--r-- | indra/newview/res/viewerRes.rc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/indra/newview/res/viewerRes.rc b/indra/newview/res/viewerRes.rc index df75f3f697..471a896019 100644 --- a/indra/newview/res/viewerRes.rc +++ b/indra/newview/res/viewerRes.rc @@ -135,8 +135,8 @@ TOOLNO CURSOR "llno.cur" // VS_VERSION_INFO VERSIONINFO - FILEVERSION 2,1,1,0 - PRODUCTVERSION 2,1,1,0 + FILEVERSION 3,4,1,264760 + PRODUCTVERSION 3,4,1,264760 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -153,12 +153,12 @@ BEGIN BEGIN VALUE "CompanyName", "Linden Lab" VALUE "FileDescription", "Second Life" - VALUE "FileVersion", "2.1.1.0" + VALUE "FileVersion", "3.4.1.264760" VALUE "InternalName", "Second Life" VALUE "LegalCopyright", "Copyright � 2001-2010, Linden Research, Inc." VALUE "OriginalFilename", "SecondLife.exe" VALUE "ProductName", "Second Life" - VALUE "ProductVersion", "2.1.1.0" + VALUE "ProductVersion", "3.4.1.264760" END END BLOCK "VarFileInfo" |