[Scummvm-git-logs] scummvm-tools branch-2-0-0 -> 496579275fd499e1f3040923d62ef857d0eb7a3e

criezy criezy at scummvm.org
Sat Dec 9 00:01:28 CET 2017


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:
496579275f RELEASE: This is 2.0.0


Commit: 496579275fd499e1f3040923d62ef857d0eb7a3e
    https://github.com/scummvm/scummvm-tools/commit/496579275fd499e1f3040923d62ef857d0eb7a3e
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2017-12-08T22:56:23Z

Commit Message:
RELEASE: This is 2.0.0

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 4d6a18b..afb95c1 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>2.0.0git, Copyright 2001-2017 The ScummVM team</string>
+	<string>2.0.0, Copyright 2001-2017 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>2.0.0git</string>
+	<string>2.0.0</string>
 	<key>CFBundleVersion</key>
-	<string>2.0.0git</string>
+	<string>2.0.0</string>
 	<key>NSAppleScriptEnabled</key>
 	<false/>
 	<key>NSHumanReadableCopyright</key>
diff --git a/dists/scummvmtools.rc b/dists/scummvmtools.rc
index a6ae42c..50c45d9 100644
--- a/dists/scummvmtools.rc
+++ b/dists/scummvmtools.rc
@@ -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", "2.0.0git\0"
+            VALUE "FileVersion", "2.0.0\0"
             VALUE "InternalName", "scummvm\0"
             VALUE "LegalCopyright", "Copyright © 2001-2017 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", "2.0.0git\0"
+            VALUE "ProductVersion", "2.0.0\0"
         END
     END
 
diff --git a/dists/win32/scummvm-tools.nsi b/dists/win32/scummvm-tools.nsi
index 0bf51b8..82f4b44 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     "2.0.0git"
+!define VERSION     "2.0.0"
 !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 3621829..7e39734 100644
--- a/internal_version.h
+++ b/internal_version.h
@@ -2,4 +2,4 @@
 #define SCUMMVM_TOOLS_SVN_REVISION
 #endif
 
-#define SCUMMVM_TOOLS_VERSION "2.0.0git" SCUMMVM_TOOLS_SVN_REVISION
+#define SCUMMVM_TOOLS_VERSION "2.0.0" SCUMMVM_TOOLS_SVN_REVISION





More information about the Scummvm-git-logs mailing list