[Scummvm-git-logs] scummvm-tools branch-2-7-0 -> cb0a3b4ddc26c45489615c0cd033e16da7c9bf92
lotharsm
noreply at scummvm.org
Wed Feb 15 20:37:52 UTC 2023
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:
cb0a3b4ddc RELEASE: This is ScummVM Tools 2.7.0
Commit: cb0a3b4ddc26c45489615c0cd033e16da7c9bf92
https://github.com/scummvm/scummvm-tools/commit/cb0a3b4ddc26c45489615c0cd033e16da7c9bf92
Author: Lothar Serra Mari (mail at serra.me)
Date: 2023-02-15T21:37:07+01:00
Commit Message:
RELEASE: This is ScummVM Tools 2.7.0
Changed paths:
dists/macosx/Info.plist
dists/scummvmtools.rc
dists/win32/ScummVM Tools.iss
dists/win32/scummvm-tools.nsi
internal_version.h
diff --git a/dists/macosx/Info.plist b/dists/macosx/Info.plist
index 49d5c071..71e4b748 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.7.0git, Copyright 2001-2022 The ScummVM team</string>
+ <string>2.7.0, Copyright 2001-2022 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.7.0git</string>
+ <string>2.7.0</string>
<key>CFBundleVersion</key>
- <string>2.7.0git</string>
+ <string>2.7.0</string>
<key>NSAppleScriptEnabled</key>
<false/>
<key>NSHumanReadableCopyright</key>
diff --git a/dists/scummvmtools.rc b/dists/scummvmtools.rc
index c3110f7f..fc794b57 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", "https://www.scummvm.org/\0"
- VALUE "FileVersion", "2.7.0git\0"
+ VALUE "FileVersion", "2.7.0\0"
VALUE "InternalName", "scummvm\0"
VALUE "LegalCopyright", "Copyright © 2001-2022 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.7.0git\0"
+ VALUE "ProductVersion", "2.7.0\0"
END
END
diff --git a/dists/win32/ScummVM Tools.iss b/dists/win32/ScummVM Tools.iss
index f2b5fa4c..58ea7a82 100755
--- a/dists/win32/ScummVM Tools.iss
+++ b/dists/win32/ScummVM Tools.iss
@@ -1,7 +1,7 @@
[Setup]
AppCopyright=2023
AppName=ScummVM Tools
-AppVerName=ScummVM Tools Git
+AppVerName=ScummVM Tools 2.7.0
AppPublisher=The ScummVM Team
AppPublisherURL=https://www.scummvm.org/
AppSupportURL=https://www.scummvm.org/
diff --git a/dists/win32/scummvm-tools.nsi b/dists/win32/scummvm-tools.nsi
index 8863c80b..1d620c9e 100644
--- a/dists/win32/scummvm-tools.nsi
+++ b/dists/win32/scummvm-tools.nsi
@@ -60,7 +60,7 @@ Name "ScummVM Tools"
# General Symbol Definitions
#########################################################################################
!define REGKEY "Software\ScummVM\$(^Name)"
-!define VERSION "2.7.0git"
+!define VERSION "2.7.0"
!define COMPANY "ScummVM Team"
!define URL "https://www.scummvm.org/"
!define DESCRIPTION "ScummVM Tools Installer. Look! A three headed monkey (TM)!"
diff --git a/internal_version.h b/internal_version.h
index 687b6956..03b1b4a4 100644
--- a/internal_version.h
+++ b/internal_version.h
@@ -2,4 +2,4 @@
#define SCUMMVM_TOOLS_SVN_REVISION
#endif
-#define SCUMMVM_TOOLS_VERSION "2.7.0git" SCUMMVM_TOOLS_SVN_REVISION
+#define SCUMMVM_TOOLS_VERSION "2.7.0" SCUMMVM_TOOLS_SVN_REVISION
More information about the Scummvm-git-logs
mailing list