[Scummvm-cvs-logs] SF.net SVN: scummvm: [23226] scummvm/branches/branch-0-9-0
sev at users.sourceforge.net
sev at users.sourceforge.net
Wed Jun 21 15:45:47 CEST 2006
Revision: 23226
Author: sev
Date: 2006-06-21 06:45:31 -0700 (Wed, 21 Jun 2006)
ViewCVS: http://svn.sourceforge.net/scummvm/?rev=23226&view=rev
Log Message:
-----------
Set version to 0.9.0 and set release date.
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/redhat/scummvm.spec
scummvm/branches/branch-0-9-0/dists/scummvm.rc
Modified: scummvm/branches/branch-0-9-0/NEWS
===================================================================
--- scummvm/branches/branch-0-9-0/NEWS 2006-06-21 13:22:24 UTC (rev 23225)
+++ scummvm/branches/branch-0-9-0/NEWS 2006-06-21 13:45:31 UTC (rev 23226)
@@ -1,15 +1,12 @@
For a more comprehensive changelog for the latest experimental SVN code, see:
http://scummvm.sourceforge.net/daily/ChangeLog
-0.9.0 (2006-??-??)
+0.9.0 (2006-06-25)
New Games:
- Added kyra engine (for the Kyrandia series). Currently only the first
part of the series is supported.
- Added support for The Feeble Files
- New Ports:
- - ...
-
General:
- Switched from CVS to Subversion.
- Restructured our source tree partially.
Modified: scummvm/branches/branch-0-9-0/base/internal_version.h
===================================================================
--- scummvm/branches/branch-0-9-0/base/internal_version.h 2006-06-21 13:22:24 UTC (rev 23225)
+++ scummvm/branches/branch-0-9-0/base/internal_version.h 2006-06-21 13:45:31 UTC (rev 23226)
@@ -1 +1 @@
-#define SCUMMVM_VERSION "0.9.0pre"
+#define SCUMMVM_VERSION "0.9.0"
Modified: scummvm/branches/branch-0-9-0/dists/macosx/Info.plist
===================================================================
--- scummvm/branches/branch-0-9-0/dists/macosx/Info.plist 2006-06-21 13:22:24 UTC (rev 23225)
+++ scummvm/branches/branch-0-9-0/dists/macosx/Info.plist 2006-06-21 13:45:31 UTC (rev 23226)
@@ -9,7 +9,7 @@
<key>CFBundleExecutable</key>
<string>scummvm</string>
<key>CFBundleGetInfoString</key>
- <string>0.9.0pre, Copyright 2001-2006 The ScummVM team</string>
+ <string>0.9.0, 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.0pre</string>
+ <string>0.9.0</string>
<key>CFBundleVersion</key>
- <string>0.9.0pre</string>
+ <string>0.9.0</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSHumanReadableCopyright</key>
Modified: scummvm/branches/branch-0-9-0/dists/redhat/scummvm.spec
===================================================================
--- scummvm/branches/branch-0-9-0/dists/redhat/scummvm.spec 2006-06-21 13:22:24 UTC (rev 23225)
+++ scummvm/branches/branch-0-9-0/dists/redhat/scummvm.spec 2006-06-21 13:45:31 UTC (rev 23226)
@@ -7,7 +7,7 @@
# Prologue information
#------------------------------------------------------------------------------
Name : scummvm
-Version : 0.9.0pre
+Version : 0.9.0
Release : 1
Summary : Graphic adventure game interpreter
Group : Interpreters
Modified: scummvm/branches/branch-0-9-0/dists/scummvm.rc
===================================================================
--- scummvm/branches/branch-0-9-0/dists/scummvm.rc 2006-06-21 13:22:24 UTC (rev 23225)
+++ scummvm/branches/branch-0-9-0/dists/scummvm.rc 2006-06-21 13:45:31 UTC (rev 23226)
@@ -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.0pre\0"
+ VALUE "FileVersion", "0.9.0\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.0pre\0"
+ VALUE "ProductVersion", "0.9.0\0"
END
END
BLOCK "VarFileInfo"
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