[Scummvm-cvs-logs] CVS: scummvm Info.plist,1.13,1.13.2.1 scummvm.rc,1.14,1.14.2.1

Pawel Kolodziejski aquadran at users.sourceforge.net
Sat Feb 14 05:36:01 CET 2004


Update of /cvsroot/scummvm/scummvm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11853

Modified Files:
      Tag: branch-0-6-0
	Info.plist scummvm.rc 
Log Message:
changed numbers to 0.6.0

Index: Info.plist
===================================================================
RCS file: /cvsroot/scummvm/scummvm/Info.plist,v
retrieving revision 1.13
retrieving revision 1.13.2.1
diff -u -d -r1.13 -r1.13.2.1
--- Info.plist	18 Jan 2004 15:58:30 -0000	1.13
+++ Info.plist	14 Feb 2004 13:29:02 -0000	1.13.2.1
@@ -9,7 +9,7 @@
 	<key>CFBundleExecutable</key>
 	<string>scummvm</string>
 	<key>CFBundleGetInfoString</key>
-	<string>0.5.7cvs, Copyright 2001-2004 The ScummVM team</string>
+	<string>0.6.0, Copyright 2001-2004 The ScummVM team</string>
 	<key>CFBundleIconFile</key>
 	<string>scummvm.icns</string>
 	<key>CFBundleIdentifier</key>
@@ -21,9 +21,9 @@
 	<key>CFBundlePackageType</key>
 	<string>APPL</string>
 	<key>CFBundleShortVersionString</key>
-	<string>0.5.7cvs</string>
+	<string>0.6.0</string>
 	<key>CFBundleVersion</key>
-	<string>0.5.7cvs</string>
+	<string>0.6.0</string>
 	<key>NSPrincipalClass</key>
 	<string>NSApplication</string>
 	<key>NSHumanReadableCopyright</key>

Index: scummvm.rc
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scummvm.rc,v
retrieving revision 1.14
retrieving revision 1.14.2.1
diff -u -d -r1.14 -r1.14.2.1
--- scummvm.rc	18 Jan 2004 15:49:30 -0000	1.14
+++ scummvm.rc	14 Feb 2004 13:29:02 -0000	1.14.2.1
@@ -3,8 +3,8 @@
 IDI_ICON               ICON    DISCARDABLE     "scummvm.ico"
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 0,5,7,0
- PRODUCTVERSION 0,5,7,0
+ FILEVERSION 0,6,0,0
+ PRODUCTVERSION 0,6,0,0
  FILEFLAGSMASK 0x3fL
 #ifdef _DEBUG
  FILEFLAGS 0x1L
@@ -22,14 +22,14 @@
             VALUE "Comments", "Look! A three headed monkey (TM)! .. Nice use of the TM!\0"
             VALUE "CompanyName", "ScummVM Team\0"
             VALUE "FileDescription", "http://www.scummvm.org/\0"
-            VALUE "FileVersion", "0.5.7cvs\0"
+            VALUE "FileVersion", "0.6.0\0"
             VALUE "InternalName", "scummvm\0"
             VALUE "LegalCopyright", "Copyright © 2001-2004 The ScummVM Team\0"
             VALUE "LegalTrademarks", "'SCUMM', and all SCUMM games are a TM of LucasArts. Simon The Sorcerer is a TM of AdventureSoft. Broken Sword and Beneath a Steel Sky is TM of Revolution.\0"
             VALUE "OriginalFilename", "scummvm.exe\0"
             VALUE "PrivateBuild", "\0"
             VALUE "ProductName", "ScummVM\0"
-            VALUE "ProductVersion", "0.5.7cvs\0"
+            VALUE "ProductVersion", "0.6.0\0"
             VALUE "SpecialBuild", "\0"
         END
     END





More information about the Scummvm-git-logs mailing list