aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Sandulenko2007-06-05 22:16:36 +0000
committerEugene Sandulenko2007-06-05 22:16:36 +0000
commitc0a33c57b3b1f173c60f655913010e39e4c284d3 (patch)
treee80b331dce1cf876fa1452fe496f8c64a16fd8db
parentfb8a569fdf4290409766fecfb8a3037f8f4e3be1 (diff)
downloadscummvm-rg350-c0a33c57b3b1f173c60f655913010e39e4c284d3.tar.gz
scummvm-rg350-c0a33c57b3b1f173c60f655913010e39e4c284d3.tar.bz2
scummvm-rg350-c0a33c57b3b1f173c60f655913010e39e4c284d3.zip
Trunk becomes 0.11.0svn
svn-id: r27116
-rw-r--r--base/internal_version.h2
-rw-r--r--dists/macosx/Info.plist8
-rw-r--r--dists/redhat/scummvm.spec2
-rw-r--r--dists/scummvm.rc8
4 files changed, 10 insertions, 10 deletions
diff --git a/base/internal_version.h b/base/internal_version.h
index 210b4fb95c..8f92fd8af7 100644
--- a/base/internal_version.h
+++ b/base/internal_version.h
@@ -1 +1 @@
-#define SCUMMVM_VERSION "0.10.0svn"
+#define SCUMMVM_VERSION "0.11.0svn"
diff --git a/dists/macosx/Info.plist b/dists/macosx/Info.plist
index dfd259bb8d..d1396a54d2 100644
--- a/dists/macosx/Info.plist
+++ b/dists/macosx/Info.plist
@@ -9,7 +9,7 @@
<key>CFBundleExecutable</key>
<string>scummvm</string>
<key>CFBundleGetInfoString</key>
- <string>0.10.0svn, Copyright 2001-2006 The ScummVM team</string>
+ <string>0.11.0svn, Copyright 2001-2007 The ScummVM team</string>
<key>CFBundleIconFile</key>
<string>scummvm.icns</string>
<key>CFBundleIdentifier</key>
@@ -21,12 +21,12 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
- <string>0.10.0svn</string>
+ <string>0.11.0svn</string>
<key>CFBundleVersion</key>
- <string>0.10.0svn</string>
+ <string>0.11.0svn</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSHumanReadableCopyright</key>
- <string>Copyright 2001-2006 The ScummVM team</string>
+ <string>Copyright 2001-2007 The ScummVM team</string>
</dict>
</plist>
diff --git a/dists/redhat/scummvm.spec b/dists/redhat/scummvm.spec
index 44904c68d9..d01a634c50 100644
--- a/dists/redhat/scummvm.spec
+++ b/dists/redhat/scummvm.spec
@@ -7,7 +7,7 @@
# Prologue information
#------------------------------------------------------------------------------
Name : scummvm
-Version : 0.10.0svn
+Version : 0.11.0svn
Release : 1
Summary : Graphic adventure game interpreter
Group : Interpreters
diff --git a/dists/scummvm.rc b/dists/scummvm.rc
index 5cf3aacac9..9bac6f6a2a 100644
--- a/dists/scummvm.rc
+++ b/dists/scummvm.rc
@@ -7,8 +7,8 @@ IDI_ICON ICON DISCARDABLE "../../icons/scummvm.ico"
#endif
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 0,10,0,0
- PRODUCTVERSION 0,10,0,0
+ FILEVERSION 0,11,0,0
+ PRODUCTVERSION 0,11,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -25,13 +25,13 @@ BEGIN
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.10.0svn\0"
+ VALUE "FileVersion", "0.11.0svn\0"
VALUE "InternalName", "scummvm\0"
VALUE "LegalCopyright", "Copyright © 2001-2007 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.10.0svn\0"
+ VALUE "ProductVersion", "0.11.0svn\0"
END
END
BLOCK "VarFileInfo"