[Scummvm-git-logs] scummvm-tools branch-2-2-0 -> 7704210a0ad99c5556ca1cc520da6d23e19f54cc
sev-
sev at scummvm.org
Sun Sep 13 21:17:03 UTC 2020
This automated email contains information about 2 new commits which have been
pushed to the 'scummvm-tools' repo located at https://github.com/scummvm/scummvm-tools .
Summary:
2d553e5e9d TOOLS: Set 2.2.0 release date
7704210a0a RELEASE: This is 2.2.0
Commit: 2d553e5e9d1552b5ec29d16ca255d36dde71cbd9
https://github.com/scummvm/scummvm-tools/commit/2d553e5e9d1552b5ec29d16ca255d36dde71cbd9
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-09-13T23:14:14+02:00
Commit Message:
TOOLS: Set 2.2.0 release date
Changed paths:
NEWS
diff --git a/NEWS b/NEWS
index 0f425f347..89b66b00a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
For a more comprehensive changelog of the latest experimental code, see:
https://github.com/scummvm/scummvm-tools/commits/
-2.2.0 (XXXX-XX-XX)
+2.2.0 (2020-09-27)
- Add a tool to extract Lost Eden archives
- Fix number of issues with prince translation generation.
Commit: 7704210a0ad99c5556ca1cc520da6d23e19f54cc
https://github.com/scummvm/scummvm-tools/commit/7704210a0ad99c5556ca1cc520da6d23e19f54cc
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-09-13T23:15:47+02:00
Commit Message:
RELEASE: This is 2.2.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 31de23676..876fa3308 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.2.0git, Copyright 2001-2020 The ScummVM team</string>
+ <string>2.2.0, Copyright 2001-2020 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.2.0git</string>
+ <string>2.2.0</string>
<key>CFBundleVersion</key>
- <string>2.2.0git</string>
+ <string>2.2.0</string>
<key>NSAppleScriptEnabled</key>
<false/>
<key>NSHumanReadableCopyright</key>
diff --git a/dists/scummvmtools.rc b/dists/scummvmtools.rc
index 383ec67e8..09ec761c3 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.2.0git\0"
+ VALUE "FileVersion", "2.2.0\0"
VALUE "InternalName", "scummvm\0"
VALUE "LegalCopyright", "Copyright © 2001-2020 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.2.0git\0"
+ VALUE "ProductVersion", "2.2.0\0"
END
END
diff --git a/dists/win32/scummvm-tools.nsi b/dists/win32/scummvm-tools.nsi
index 1b586e5bd..282579e77 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.2.0git"
+!define VERSION "2.2.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 0db17c1da..4aca4e026 100644
--- a/internal_version.h
+++ b/internal_version.h
@@ -2,4 +2,4 @@
#define SCUMMVM_TOOLS_SVN_REVISION
#endif
-#define SCUMMVM_TOOLS_VERSION "2.2.0git" SCUMMVM_TOOLS_SVN_REVISION
+#define SCUMMVM_TOOLS_VERSION "2.2.0" SCUMMVM_TOOLS_SVN_REVISION
More information about the Scummvm-git-logs
mailing list