[Scummvm-git-logs] scummvm-tools master -> b13559cb51a7116a84b52bc011446bd0ffdc6bc3

lotharsm noreply at scummvm.org
Wed Feb 15 20:45:45 UTC 2023


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:
cebb7ad25a TOOLS: Manually bump version in Inno Setup file
b13559cb51 RELEASE: This is ScummVM Tools 2.8.0git


Commit: cebb7ad25a8dc1fca7cbc40429ce6d6cea7666b0
    https://github.com/scummvm/scummvm-tools/commit/cebb7ad25a8dc1fca7cbc40429ce6d6cea7666b0
Author: Lothar Serra Mari (mail at serra.me)
Date: 2023-02-15T21:42:45+01:00

Commit Message:
TOOLS: Manually bump version in Inno Setup file

Changed paths:
    dists/win32/ScummVM Tools.iss


diff --git a/dists/win32/ScummVM Tools.iss b/dists/win32/ScummVM Tools.iss
index f2b5fa4c..490a4c93 100755
--- a/dists/win32/ScummVM Tools.iss	
+++ b/dists/win32/ScummVM Tools.iss	
@@ -1,7 +1,7 @@
-[Setup]
-AppCopyright=2023
+[Setup]
+AppCopyright=2001-2023
 AppName=ScummVM Tools
-AppVerName=ScummVM Tools Git
+AppVerName=ScummVM Tools 2.8.0git
 AppPublisher=The ScummVM Team
 AppPublisherURL=https://www.scummvm.org/
 AppSupportURL=https://www.scummvm.org/


Commit: b13559cb51a7116a84b52bc011446bd0ffdc6bc3
    https://github.com/scummvm/scummvm-tools/commit/b13559cb51a7116a84b52bc011446bd0ffdc6bc3
Author: Lothar Serra Mari (mail at serra.me)
Date: 2023-02-15T21:45:31+01:00

Commit Message:
RELEASE: This is ScummVM Tools 2.8.0git

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


diff --git a/COPYRIGHT b/COPYRIGHT
index ee136017..c28d4983 100644
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -1,5 +1,5 @@
 ScummVM Tools
-Copyright (C) 2001-2022 by the following:
+Copyright (C) 2001-2023 by the following:
 
 If you have contributed to this project then you deserve to be on this
 list.  Contact us and we'll add you.
diff --git a/dists/macosx/Info.plist b/dists/macosx/Info.plist
index 49d5c071..35c43db5 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.8.0git, Copyright 2001-2023 The ScummVM team</string>
 	<key>CFBundleIconFile</key>
 	<string>scummvmtools.icns</string>
 	<key>CFBundleIdentifier</key>
@@ -21,12 +21,12 @@
 	<key>CFBundlePackageType</key>
 	<string>APPL</string>
 	<key>CFBundleShortVersionString</key>
-	<string>2.7.0git</string>
+	<string>2.8.0git</string>
 	<key>CFBundleVersion</key>
-	<string>2.7.0git</string>
+	<string>2.8.0git</string>
 	<key>NSAppleScriptEnabled</key>
 	<false/>
 	<key>NSHumanReadableCopyright</key>
-	<string>Copyright 2001-2022 The ScummVM team</string>
+	<string>Copyright 2001-2023 The ScummVM team</string>
 </dict>
 </plist>
diff --git a/dists/macosx/Info.plist.in b/dists/macosx/Info.plist.in
index 7adcec0c..e1c4a4d8 100644
--- a/dists/macosx/Info.plist.in
+++ b/dists/macosx/Info.plist.in
@@ -9,7 +9,7 @@
 	<key>CFBundleExecutable</key>
 	<string>scummvm-tools</string>
 	<key>CFBundleGetInfoString</key>
-	<string>@VERSION@, Copyright 2001-2022 The ScummVM team</string>
+	<string>@VERSION@, Copyright 2001-2023 The ScummVM team</string>
 	<key>CFBundleIconFile</key>
 	<string>scummvmtools.icns</string>
 	<key>CFBundleIdentifier</key>
@@ -27,6 +27,6 @@
 	<key>NSAppleScriptEnabled</key>
 	<false/>
 	<key>NSHumanReadableCopyright</key>
-	<string>Copyright 2001-2022 The ScummVM team</string>
+	<string>Copyright 2001-2023 The ScummVM team</string>
 </dict>
 </plist>
diff --git a/dists/scummvmtools.rc b/dists/scummvmtools.rc
index c3110f7f..3bc7e57f 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     2,7,0,0
- PRODUCTVERSION  2,7,0,0
+ FILEVERSION     2,8,0,0
+ PRODUCTVERSION  2,8,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", "https://www.scummvm.org/\0"
-            VALUE "FileVersion", "2.7.0git\0"
+            VALUE "FileVersion", "2.8.0git\0"
             VALUE "InternalName", "scummvm\0"
-            VALUE "LegalCopyright", "Copyright © 2001-2022 The ScummVM Team\0"
+            VALUE "LegalCopyright", "Copyright © 2001-2023 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.8.0git\0"
         END
     END
 
diff --git a/dists/scummvmtools.rc.in b/dists/scummvmtools.rc.in
index 4f7afd4c..b5332001 100644
--- a/dists/scummvmtools.rc.in
+++ b/dists/scummvmtools.rc.in
@@ -30,7 +30,7 @@ BEGIN
             VALUE "FileDescription", "https://www.scummvm.org/\0"
             VALUE "FileVersion", "@VERSION@\0"
             VALUE "InternalName", "scummvm\0"
-            VALUE "LegalCopyright", "Copyright © 2001-2022 The ScummVM Team\0"
+            VALUE "LegalCopyright", "Copyright © 2001-2023 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"
diff --git a/dists/win32/scummvm-tools.nsi b/dists/win32/scummvm-tools.nsi
index 8863c80b..a09a5218 100644
--- a/dists/win32/scummvm-tools.nsi
+++ b/dists/win32/scummvm-tools.nsi
@@ -60,11 +60,11 @@ Name "ScummVM Tools"
 # General Symbol Definitions
 #########################################################################################
 !define REGKEY      "Software\ScummVM\$(^Name)"
-!define VERSION     "2.7.0git"
+!define VERSION     "2.8.0git"
 !define COMPANY     "ScummVM Team"
 !define URL         "https://www.scummvm.org/"
 !define DESCRIPTION "ScummVM Tools Installer. Look! A three headed monkey (TM)!"
-!define COPYRIGHT   "Copyright © 2001-2022 The ScummVM Team"
+!define COPYRIGHT   "Copyright © 2001-2023 The ScummVM Team"
 
 #########################################################################################
 # Installer configuration
@@ -80,7 +80,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 2.7.0.0
+VIProductVersion 2.8.0.0
 VIAddVersionKey  ProductName      $(^Name)
 VIAddVersionKey  ProductVersion  "${VERSION}"
 VIAddVersionKey  CompanyName     "${COMPANY}"
diff --git a/dists/win32/scummvm-tools.nsi.in b/dists/win32/scummvm-tools.nsi.in
index d9b2919b..aee684c9 100644
--- a/dists/win32/scummvm-tools.nsi.in
+++ b/dists/win32/scummvm-tools.nsi.in
@@ -64,7 +64,7 @@ Name "ScummVM Tools"
 !define COMPANY     "ScummVM Team"
 !define URL         "https://www.scummvm.org/"
 !define DESCRIPTION "ScummVM Tools Installer. Look! A three headed monkey (TM)!"
-!define COPYRIGHT   "Copyright © 2001-2022 The ScummVM Team"
+!define COPYRIGHT   "Copyright © 2001-2023 The ScummVM Team"
 
 #########################################################################################
 # Installer configuration
diff --git a/internal_version.h b/internal_version.h
index 687b6956..778030b8 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.8.0git" SCUMMVM_TOOLS_SVN_REVISION




More information about the Scummvm-git-logs mailing list