From 17a127f63e3f8cb4e2e6c1fcadaee2b86b8daf7e Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Fri, 1 Oct 2021 14:43:18 +0300 Subject: [PATCH] RELEASE: This is 2.5.0 --- dists/macosx/Info.plist | 6 +++--- dists/scummvmtools.rc | 8 ++++---- dists/win32/scummvm-tools.nsi | 4 ++-- internal_version.h | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/dists/macosx/Info.plist b/dists/macosx/Info.plist index 31de2367..538bf294 100644 --- a/dists/macosx/Info.plist +++ b/dists/macosx/Info.plist @@ -9,7 +9,7 @@ CFBundleExecutable scummvm-tools CFBundleGetInfoString - 2.2.0git, Copyright 2001-2020 The ScummVM team + 2.5.0, Copyright 2001-2020 The ScummVM team CFBundleIconFile scummvmtools.icns CFBundleIdentifier @@ -21,9 +21,9 @@ CFBundlePackageType APPL CFBundleShortVersionString - 2.2.0git + 2.5.0 CFBundleVersion - 2.2.0git + 2.5.0 NSAppleScriptEnabled NSHumanReadableCopyright diff --git a/dists/scummvmtools.rc b/dists/scummvmtools.rc index 383ec67e..dbe022f1 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,2,0,0 - PRODUCTVERSION 2,2,0,0 + FILEVERSION 2,5,0,0 + PRODUCTVERSION 2,5,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", "http://www.scummvm.org//0" - VALUE "FileVersion", "2.2.0git\0" + VALUE "FileVersion", "2.5.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.5.0\0" END END diff --git a/dists/win32/scummvm-tools.nsi b/dists/win32/scummvm-tools.nsi index 1b586e5b..fd8e6aef 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.5.0" !define COMPANY "ScummVM Team" !define URL "http://scummvm.org/" !define DESCRIPTION "ScummVM Tools Installer. Look! A three headed monkey (TM)!" @@ -81,7 +81,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.2.0.0 +VIProductVersion 2.5.0.0 VIAddVersionKey ProductName $(^Name) VIAddVersionKey ProductVersion "${VERSION}" VIAddVersionKey CompanyName "${COMPANY}" diff --git a/internal_version.h b/internal_version.h index 0db17c1d..ffb69966 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.5.0" SCUMMVM_TOOLS_SVN_REVISION