[Scummvm-cvs-logs] SF.net SVN: scummvm: [24434] scummvm/branches/branch-0-9-0

sev at users.sourceforge.net sev at users.sourceforge.net
Sun Oct 22 13:12:52 CEST 2006


Revision: 24434
          http://svn.sourceforge.net/scummvm/?rev=24434&view=rev
Author:   sev
Date:     2006-10-22 04:11:57 -0700 (Sun, 22 Oct 2006)

Log Message:
-----------
Bump version to 0.9.1

Modified Paths:
--------------
    scummvm/branches/branch-0-9-0/NEWS
    scummvm/branches/branch-0-9-0/base/internal_version.h
    scummvm/branches/branch-0-9-0/dists/macosx/Info.plist
    scummvm/branches/branch-0-9-0/dists/scummvm.rc
    scummvm/branches/branch-0-9-0/doc/readme.tex

Modified: scummvm/branches/branch-0-9-0/NEWS
===================================================================
--- scummvm/branches/branch-0-9-0/NEWS	2006-10-22 11:10:44 UTC (rev 24433)
+++ scummvm/branches/branch-0-9-0/NEWS	2006-10-22 11:11:57 UTC (rev 24434)
@@ -1,10 +1,11 @@
 For a more comprehensive changelog for the latest experimental SVN code, see:
         http://scummvm.sourceforge.net/daily/ChangeLog
 
-0.9.1 (????-??-??)
+0.9.1 (2006-10-29)
  New Ports:
    - Added Nintendo DS port.
    - Added GP2X port.
+   - Added GP32 port.
 
  General:
    - Fixed potential garbage and/or crash in debug console.

Modified: scummvm/branches/branch-0-9-0/base/internal_version.h
===================================================================
--- scummvm/branches/branch-0-9-0/base/internal_version.h	2006-10-22 11:10:44 UTC (rev 24433)
+++ scummvm/branches/branch-0-9-0/base/internal_version.h	2006-10-22 11:11:57 UTC (rev 24434)
@@ -1 +1 @@
-#define SCUMMVM_VERSION "0.9.0"
+#define SCUMMVM_VERSION "0.9.1"

Modified: scummvm/branches/branch-0-9-0/dists/macosx/Info.plist
===================================================================
--- scummvm/branches/branch-0-9-0/dists/macosx/Info.plist	2006-10-22 11:10:44 UTC (rev 24433)
+++ scummvm/branches/branch-0-9-0/dists/macosx/Info.plist	2006-10-22 11:11:57 UTC (rev 24434)
@@ -9,7 +9,7 @@
 	<key>CFBundleExecutable</key>
 	<string>scummvm</string>
 	<key>CFBundleGetInfoString</key>
-	<string>0.9.0, Copyright 2001-2006 The ScummVM team</string>
+	<string>0.9.1, 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.0</string>
+	<string>0.9.1</string>
 	<key>CFBundleVersion</key>
-	<string>0.9.0</string>
+	<string>0.9.1</string>
 	<key>NSPrincipalClass</key>
 	<string>NSApplication</string>
 	<key>NSHumanReadableCopyright</key>

Modified: scummvm/branches/branch-0-9-0/dists/scummvm.rc
===================================================================
--- scummvm/branches/branch-0-9-0/dists/scummvm.rc	2006-10-22 11:10:44 UTC (rev 24433)
+++ scummvm/branches/branch-0-9-0/dists/scummvm.rc	2006-10-22 11:11:57 UTC (rev 24434)
@@ -7,8 +7,8 @@
 #endif
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 0,9,0,0
- PRODUCTVERSION 0,9,0,0
+ FILEVERSION 0,9,1,0
+ PRODUCTVERSION 0,9,1,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.0\0"
+            VALUE "FileVersion", "0.9.1\0"
             VALUE "InternalName", "scummvm\0"
             VALUE "LegalCopyright", "Copyright \xA9 2001-2006 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.0\0"
+            VALUE "ProductVersion", "0.9.1\0"
         END
     END
     BLOCK "VarFileInfo"

Modified: scummvm/branches/branch-0-9-0/doc/readme.tex
===================================================================
--- scummvm/branches/branch-0-9-0/doc/readme.tex	2006-10-22 11:10:44 UTC (rev 24433)
+++ scummvm/branches/branch-0-9-0/doc/readme.tex	2006-10-22 11:11:57 UTC (rev 24434)
@@ -28,7 +28,7 @@
 
 \setlength{\parskip}{1.5ex plus0.5ex minus0.5ex}
 
-\date{2006/06/25}
+\date{2006/10/29}
 \author{The ScummVM Team}
 
 \begin{document}


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