diff options
author | Christian Goetze <cg@lindenlab.com> | 2008-08-12 17:54:40 +0000 |
---|---|---|
committer | Christian Goetze <cg@lindenlab.com> | 2008-08-12 17:54:40 +0000 |
commit | 0a3b9e8e141a6f38ecbdf6020312e7a89b153bc4 (patch) | |
tree | 9c5958572368be494b6302db8b03967a2c67b7ad /indra/newview/res | |
parent | 93328402371424df7a26eefc6b6866a76a4f308d (diff) |
Revert excess changes from previous commit - I hate it when that happens.
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 c2c86300ce..a39bb9faf6 100644 --- a/indra/newview/res/viewerRes.rc +++ b/indra/newview/res/viewerRes.rc @@ -231,8 +231,8 @@ TOOLMEDIAOPEN CURSOR "toolmediaopen.cur" // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,20,15,94081 - PRODUCTVERSION 1,20,15,94081 + FILEVERSION 1,20,9,87416 + PRODUCTVERSION 1,20,9,87416 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -249,12 +249,12 @@ BEGIN BEGIN VALUE "CompanyName", "Linden Lab" VALUE "FileDescription", "Second Life" - VALUE "FileVersion", "1.20.15.94081" + VALUE "FileVersion", "1.20.9.87416" VALUE "InternalName", "Second Life" VALUE "LegalCopyright", "Copyright © 2001-2008, Linden Research, Inc." VALUE "OriginalFilename", "SecondLife.exe" VALUE "ProductName", "Second Life" - VALUE "ProductVersion", "1.20.15.94081" + VALUE "ProductVersion", "1.20.9.87416" END END BLOCK "VarFileInfo" |