[Scummvm-cvs-logs] scummvm-tools master -> fbe448ce87dd0da85ec63c05110c9ecc32a5b0b0

Kirben kirben at optusnet.com.au
Mon Nov 21 07:00:51 CET 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-tools' repo located at https://github.com/scummvm/scummvm-tools .

Summary:
fbe448ce87 TOOLS: Update version number to 1.5.0git.


Commit: fbe448ce87dd0da85ec63c05110c9ecc32a5b0b0
    https://github.com/scummvm/scummvm-tools/commit/fbe448ce87dd0da85ec63c05110c9ecc32a5b0b0
Author: Travis Howell (kirben at optusnet.com.au)
Date: 2011-11-20T22:00:17-08:00

Commit Message:
TOOLS: Update version number to 1.5.0git.

Changed paths:
    dists/macosx/Info.plist
    dists/scummvmtools.rc
    dists/win32/scummvm-tools.nsi
    internal_version.h
    update-version.pl



diff --git a/dists/macosx/Info.plist b/dists/macosx/Info.plist
index d04f9ee..e6da875 100644
--- a/dists/macosx/Info.plist
+++ b/dists/macosx/Info.plist
@@ -9,7 +9,7 @@
 	<key>CFBundleExecutable</key>
 	<string>scummvm-tools</string>
 	<key>CFBundleGetInfoString</key>
-	<string>1.3.0git, Copyright 2001-2011 The ScummVM team</string>
+	<string>1.5.0git, Copyright 2001-2011 The ScummVM team</string>
 	<key>CFBundleIconFile</key>
 	<string>scummvmtools.icns</string>
 	<key>CFBundleIdentifier</key>
@@ -21,9 +21,9 @@
 	<key>CFBundlePackageType</key>
 	<string>APPL</string>
 	<key>CFBundleShortVersionString</key>
-	<string>1.3.0git</string>
+	<string>1.5.0git</string>
 	<key>CFBundleVersion</key>
-	<string>1.3.0git</string>
+	<string>1.5.0git</string>
 	<key>NSAppleScriptEnabled</key>
 	<false/>
 	<key>NSHumanReadableCopyright</key>
diff --git a/dists/scummvmtools.rc b/dists/scummvmtools.rc
index 5d78d73..85b585c 100644
--- a/dists/scummvmtools.rc
+++ b/dists/scummvmtools.rc
@@ -10,8 +10,8 @@
 IDI_ICON               ICON    DISCARDABLE     "gui/media/scummvmtools.ico"
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION     1,4,0,0
- PRODUCTVERSION  1,4,0,0
+ FILEVERSION     1,5,0,0
+ PRODUCTVERSION  1,5,0,0
  FILEFLAGSMASK   VS_FFI_FILEFLAGSMASK
 #ifdef _DEBUG
  FILEFLAGS       VS_FF_DEBUG
@@ -28,13 +28,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", "1.4.0pre\0"
+            VALUE "FileVersion", "1.5.0git\0"
             VALUE "InternalName", "scummvm\0"
             VALUE "LegalCopyright", "Copyright © 2001-2011 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-tools.exe\0"
             VALUE "ProductName", "ScummVM Tools\0"
-            VALUE "ProductVersion", "1.4.0pre\0"
+            VALUE "ProductVersion", "1.5.0git\0"
         END
     END
 
diff --git a/dists/win32/scummvm-tools.nsi b/dists/win32/scummvm-tools.nsi
index 5ed843d..693a0dc 100644
--- a/dists/win32/scummvm-tools.nsi
+++ b/dists/win32/scummvm-tools.nsi
@@ -61,7 +61,7 @@ Name "ScummVM Tools"
 # General Symbol Definitions
 #########################################################################################
 !define REGKEY      "Software\ScummVM\$(^Name)"
-!define VERSION     "1.4.0git"
+!define VERSION     "1.5.0git"
 !define COMPANY     "ScummVM Team"
 !define URL         "http://scummvm.org/"
 !define DESCRIPTION "ScummVM Tools Installer. Look! A three headed monkey (TM)!"
diff --git a/internal_version.h b/internal_version.h
index d00f83f..aeee93b 100644
--- a/internal_version.h
+++ b/internal_version.h
@@ -2,4 +2,4 @@
 #define SCUMMVM_TOOLS_REVISION
 #endif
 
-#define SCUMMVM_TOOLS_VERSION "1.3.0git" SCUMMVM_TOOLS_REVISION
+#define SCUMMVM_TOOLS_VERSION "1.5.0git" SCUMMVM_TOOLS_REVISION
diff --git a/update-version.pl b/update-version.pl
index 24ce2e5..abde4d5 100755
--- a/update-version.pl
+++ b/update-version.pl
@@ -34,6 +34,7 @@ my @subs_files = qw(
 	internal_version.h
 	dists/macosx/Info.plist
 	dists/nsis/scummvm-tools.nsi
+	dists/scummvmtools.rc
 	);
 
 my %subs = (






More information about the Scummvm-git-logs mailing list