[Scummvm-git-logs] scummvm-tools branch-1-9-0 -> 8fd6723f3f2de4317ad00deb8c0042c2f30f826a

sev- sev at scummvm.org
Tue Oct 11 22:10:29 CEST 2016


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:
8fd6723f3f TOOLS: This is 1.10.0pre


Commit: 8fd6723f3f2de4317ad00deb8c0042c2f30f826a
    https://github.com/scummvm/scummvm-tools/commit/8fd6723f3f2de4317ad00deb8c0042c2f30f826a
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-10-11T22:10:15+02:00

Commit Message:
TOOLS: This is 1.10.0pre

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



diff --git a/dists/macosx/Info.plist b/dists/macosx/Info.plist
index ded451f..6323cf9 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.9.0, Copyright 2001-2016 The ScummVM team</string>
+	<string>1.10.0pre, Copyright 2001-2016 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.9.0</string>
+	<string>1.10.0pre</string>
 	<key>CFBundleVersion</key>
-	<string>1.9.0</string>
+	<string>1.10.0pre</string>
 	<key>NSAppleScriptEnabled</key>
 	<false/>
 	<key>NSHumanReadableCopyright</key>
diff --git a/dists/scummvmtools.rc b/dists/scummvmtools.rc
index 87b7fe5..402f1a9 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,9,0,0
- PRODUCTVERSION  1,9,0,0
+ FILEVERSION     1,10,0,0
+ PRODUCTVERSION  1,10,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.9.0\0"
+            VALUE "FileVersion", "1.10.0pre\0"
             VALUE "InternalName", "scummvm\0"
             VALUE "LegalCopyright", "Copyright © 2001-2016 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.9.0\0"
+            VALUE "ProductVersion", "1.10.0pre\0"
         END
     END
 
diff --git a/dists/win32/scummvm-tools.nsi b/dists/win32/scummvm-tools.nsi
index c41d50a..1e7e78c 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.9.0"
+!define VERSION     "1.10.0pre"
 !define COMPANY     "ScummVM Team"
 !define URL         "http://scummvm.org/"
 !define DESCRIPTION "ScummVM Tools Installer. Look! A three headed monkey (TM)!"
@@ -81,7 +81,7 @@ XPStyle  on
 #TargetMinimalOS 5.0    ; Minimal version of windows for installer: Windows 2000 or more recent
                         ; (will build unicode installer with NSIS 2.50+)
 
-VIProductVersion 1.9.0.0
+VIProductVersion 1.10.0.0
 VIAddVersionKey  ProductName      $(^Name)
 VIAddVersionKey  ProductVersion  "${VERSION}"
 VIAddVersionKey  CompanyName     "${COMPANY}"
diff --git a/internal_version.h b/internal_version.h
index 4bbab3d..6b07bfa 100644
--- a/internal_version.h
+++ b/internal_version.h
@@ -2,4 +2,4 @@
 #define SCUMMVM_TOOLS_SVN_REVISION
 #endif
 
-#define SCUMMVM_TOOLS_VERSION "1.9.0" SCUMMVM_TOOLS_SVN_REVISION
+#define SCUMMVM_TOOLS_VERSION "1.10.0pre" SCUMMVM_TOOLS_SVN_REVISION





More information about the Scummvm-git-logs mailing list