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..992edf86 100644 --- a/dists/macosx/Info.plist +++ b/dists/macosx/Info.plist @@ -9,7 +9,7 @@ CFBundleExecutable scummvm-tools CFBundleGetInfoString - 2.7.0git, Copyright 2001-2022 The ScummVM team + 2.7.0, Copyright 2001-2023 The ScummVM team CFBundleIconFile scummvmtools.icns CFBundleIdentifier @@ -21,12 +21,12 @@ CFBundlePackageType APPL CFBundleShortVersionString - 2.7.0git + 2.7.0 CFBundleVersion - 2.7.0git + 2.7.0 NSAppleScriptEnabled NSHumanReadableCopyright - Copyright 2001-2022 The ScummVM team + Copyright 2001-2023 The ScummVM team 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 @@ CFBundleExecutable scummvm-tools CFBundleGetInfoString - @VERSION@, Copyright 2001-2022 The ScummVM team + @VERSION@, Copyright 2001-2023 The ScummVM team CFBundleIconFile scummvmtools.icns CFBundleIdentifier @@ -27,6 +27,6 @@ NSAppleScriptEnabled NSHumanReadableCopyright - Copyright 2001-2022 The ScummVM team + Copyright 2001-2023 The ScummVM team diff --git a/dists/scummvmtools.rc b/dists/scummvmtools.rc index c3110f7f..9dc0d75f 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 "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.7.0\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.iss b/dists/win32/ScummVM Tools.iss index f2b5fa4c..248eaa95 100755 --- a/dists/win32/ScummVM Tools.iss +++ b/dists/win32/ScummVM Tools.iss @@ -1,7 +1,7 @@ [Setup] -AppCopyright=2023 +AppCopyright=2001-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..5c123d6a 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.7.0" !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/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..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