[Scummvm-cvs-logs] CVS: scummvm Info.plist,1.10,1.11 scummvm.rc,1.10,1.11

Max Horn fingolfin at users.sourceforge.net
Wed Nov 5 04:29:02 CET 2003


Update of /cvsroot/scummvm/scummvm
In directory sc8-pr-cvs1:/tmp/cvs-serv32542

Modified Files:
	Info.plist scummvm.rc 
Log Message:
bumped version to 0.5.5 (since so many changes to the launcher/options dialogs were made -> this helps to verify whether users use ScummVM pre or post these changes)

Index: Info.plist
===================================================================
RCS file: /cvsroot/scummvm/scummvm/Info.plist,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- Info.plist	5 Oct 2003 13:53:25 -0000	1.10
+++ Info.plist	5 Nov 2003 12:28:03 -0000	1.11
@@ -9,7 +9,7 @@
 	<key>CFBundleExecutable</key>
 	<string>scummvm</string>
 	<key>CFBundleGetInfoString</key>
-	<string>0.5.4cvs, Copyright 2001-2003 The ScummVM team</string>
+	<string>0.5.5cvs, Copyright 2001-2003 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.4cvs</string>
+	<string>0.5.5cvs</string>
 	<key>CFBundleVersion</key>
-	<string>0.5.4cvs</string>
+	<string>0.5.5cvs</string>
 	<key>NSPrincipalClass</key>
 	<string>NSApplication</string>
 	<key>NSHumanReadableCopyright</key>

Index: scummvm.rc
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scummvm.rc,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- scummvm.rc	5 Oct 2003 13:53:25 -0000	1.10
+++ scummvm.rc	5 Nov 2003 12:28:03 -0000	1.11
@@ -44,8 +44,8 @@
 //
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 0,5,4,0
- PRODUCTVERSION 0,5,4,0
+ FILEVERSION 0,5,5,0
+ PRODUCTVERSION 0,5,5,0
  FILEFLAGSMASK 0x3fL
 #ifdef _DEBUG
  FILEFLAGS 0x1L
@@ -63,14 +63,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.4cvs\0"
+            VALUE "FileVersion", "0.5.5cvs\0"
             VALUE "InternalName", "scummvm\0"
             VALUE "LegalCopyright", "Copyright © 2001-2003 The ScummVM Team\0"
             VALUE "LegalTrademarks", "'SCUMM', and all SCUMM games are a TM of LucasArts. Simon The Sorcerer is a TM of AdventureSoft. 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.4cvs\0"
+            VALUE "ProductVersion", "0.5.5cvs\0"
             VALUE "SpecialBuild", "\0"
         END
     END





More information about the Scummvm-git-logs mailing list