[Scummvm-cvs-logs] SF.net SVN: scummvm: [23041] scummvm/trunk/base

sev at users.sourceforge.net sev at users.sourceforge.net
Mon Jun 12 00:30:05 CEST 2006


Revision: 23041
Author:   sev
Date:     2006-06-11 15:29:41 -0700 (Sun, 11 Jun 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=23041&view=rev

Log Message:
-----------
Bump version

Modified Paths:
--------------
    scummvm/trunk/base/internal_version.h
    scummvm/trunk/dists/macosx/Info.plist
    scummvm/trunk/dists/redhat/scummvm.spec
    scummvm/trunk/dists/scummvm.rc
    scummvm/trunk/dists/scummvm.rc.in
Modified: scummvm/trunk/base/internal_version.h
===================================================================
--- scummvm/trunk/base/internal_version.h	2006-06-11 22:21:39 UTC (rev 23040)
+++ scummvm/trunk/base/internal_version.h	2006-06-11 22:29:41 UTC (rev 23041)
@@ -1 +1 @@
-#define SCUMMVM_VERSION "0.9.0svn"
+#define SCUMMVM_VERSION "0.10.0svn"

Modified: scummvm/trunk/dists/macosx/Info.plist
===================================================================
--- scummvm/trunk/dists/macosx/Info.plist	2006-06-11 22:21:39 UTC (rev 23040)
+++ scummvm/trunk/dists/macosx/Info.plist	2006-06-11 22:29:41 UTC (rev 23041)
@@ -9,7 +9,7 @@
 	<key>CFBundleExecutable</key>
 	<string>scummvm</string>
 	<key>CFBundleGetInfoString</key>
-	<string>0.9.0svn, Copyright 2001-2006 The ScummVM team</string>
+	<string>0.10.0svn, Copyright 2001-2006 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.9.0svn</string>
+	<string>0.10.0svn</string>
 	<key>CFBundleVersion</key>
-	<string>0.9.0svn</string>
+	<string>0.10.0svn</string>
 	<key>NSPrincipalClass</key>
 	<string>NSApplication</string>
 	<key>NSHumanReadableCopyright</key>

Modified: scummvm/trunk/dists/redhat/scummvm.spec
===================================================================
--- scummvm/trunk/dists/redhat/scummvm.spec	2006-06-11 22:21:39 UTC (rev 23040)
+++ scummvm/trunk/dists/redhat/scummvm.spec	2006-06-11 22:29:41 UTC (rev 23041)
@@ -7,7 +7,7 @@
 #   Prologue information
 #------------------------------------------------------------------------------
 Name		: scummvm
-Version		: 0.9.0svn
+Version		: 0.10.0svn
 Release		: 1
 Summary		: Graphic adventure game interpreter
 Group		: Interpreters

Modified: scummvm/trunk/dists/scummvm.rc
===================================================================
--- scummvm/trunk/dists/scummvm.rc	2006-06-11 22:21:39 UTC (rev 23040)
+++ scummvm/trunk/dists/scummvm.rc	2006-06-11 22:29:41 UTC (rev 23041)
@@ -7,8 +7,8 @@
 #endif
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 0,9,0,0
- PRODUCTVERSION 0,9,0,0
+ FILEVERSION 0,10,0,0
+ PRODUCTVERSION 0,10,0,0
  FILEFLAGSMASK 0x3fL
 #ifdef _DEBUG
  FILEFLAGS 0x1L
@@ -25,13 +25,13 @@
         BEGIN
             VALUE "Comments", "Look! A three headed monkey (TM)! .. Nice use of the TM!\0"
             VALUE "FileDescription", "http://www.scummvm.org/\0"
-            VALUE "FileVersion", "0.9.0svn\0"
+            VALUE "FileVersion", "0.10.0svn\0"
             VALUE "InternalName", "scummvm\0"
-            VALUE "LegalCopyright", "Copyright \xA9 2001-2006 The ScummVM Team\0"
+            VALUE "LegalCopyright", "Copyright   2001-2005 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 and Broken Sword are a TM of Revolution. Flight of the Amazon Queen is a TM of John Passfield and Steve Stamatiadis. \0"
             VALUE "OriginalFilename", "scummvm.exe\0"
             VALUE "ProductName", "ScummVM\0"
-            VALUE "ProductVersion", "0.9.0svn\0"
+            VALUE "ProductVersion", "0.10.0svn\0"
         END
     END
     BLOCK "VarFileInfo"

Modified: scummvm/trunk/dists/scummvm.rc.in
===================================================================
--- scummvm/trunk/dists/scummvm.rc.in	2006-06-11 22:21:39 UTC (rev 23040)
+++ scummvm/trunk/dists/scummvm.rc.in	2006-06-11 22:29:41 UTC (rev 23041)
@@ -1,9 +1,9 @@
 #include "winresrc.h"
 
-#if defined(_MSC_VER) 
+#if defined (__MINGW32__)
+IDI_ICON               ICON    DISCARDABLE     "icons/scummvm.ico"
+#else
 IDI_ICON               ICON    DISCARDABLE     "../../icons/scummvm.ico"
-#else
-IDI_ICON               ICON    DISCARDABLE     "icons/scummvm.ico"
 #endif
 
 VS_VERSION_INFO VERSIONINFO
@@ -27,7 +27,7 @@
             VALUE "FileDescription", "http://www.scummvm.org/\0"
             VALUE "FileVersion", "@VERSION@\0"
             VALUE "InternalName", "scummvm\0"
-            VALUE "LegalCopyright", "Copyright \xA9 2001-2005 The ScummVM Team\0"
+            VALUE "LegalCopyright", "Copyright   2001-2005 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 and Broken Sword are a TM of Revolution. Flight of the Amazon Queen is a TM of John Passfield and Steve Stamatiadis. \0"
             VALUE "OriginalFilename", "scummvm.exe\0"
             VALUE "ProductName", "ScummVM\0"


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.





More information about the Scummvm-git-logs mailing list