From fc7931eadf1985b56be80e1f8f32d8844c91c32e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Ro=C3=9F?= Date: Sun, 28 Jan 2024 18:42:31 +0100 Subject: [PATCH] Updated version to v2.5.2. --- AOHook/AOHook.rc | 10 +++++----- ClickSaver/ClickSaver.rc | 10 +++++----- ClickSaver/clicksaver.h | 2 +- Deploy/ReadMe.txt | 7 +++++-- README.md | 4 ++-- 5 files changed, 18 insertions(+), 15 deletions(-) diff --git a/AOHook/AOHook.rc b/AOHook/AOHook.rc index fa7adfa..1e2b923 100644 --- a/AOHook/AOHook.rc +++ b/AOHook/AOHook.rc @@ -8,8 +8,8 @@ // VS_VERSION_INFO VERSIONINFO - FILEVERSION 2,5,1,0 - PRODUCTVERSION 2,5,1,0 + FILEVERSION 2,5,2,0 + PRODUCTVERSION 2,5,2,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -25,12 +25,12 @@ BEGIN BLOCK "000904b0" BEGIN VALUE "FileDescription", "ClickSaver" - VALUE "FileVersion", "2.5.1.0" + VALUE "FileVersion", "2.5.2.0" VALUE "InternalName", "AOHook.dll" - VALUE "LegalCopyright", "Copyright (C) 2016" + VALUE "LegalCopyright", "Copyright (C) 2024" VALUE "OriginalFilename", "AOHook.dll" VALUE "ProductName", "ClickSaver" - VALUE "ProductVersion", "2.5.1.0" + VALUE "ProductVersion", "2.5.2.0" END END BLOCK "VarFileInfo" diff --git a/ClickSaver/ClickSaver.rc b/ClickSaver/ClickSaver.rc index d769128..f97b117 100644 --- a/ClickSaver/ClickSaver.rc +++ b/ClickSaver/ClickSaver.rc @@ -18,8 +18,8 @@ IDI_ICON1 ICON "cs.ico" // VS_VERSION_INFO VERSIONINFO - FILEVERSION 2,5,1,0 - PRODUCTVERSION 2,5,1,0 + FILEVERSION 2,5,2,0 + PRODUCTVERSION 2,5,2,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -35,12 +35,12 @@ BEGIN BLOCK "000904b0" BEGIN VALUE "FileDescription", "ClickSaver" - VALUE "FileVersion", "2.5.1.0" + VALUE "FileVersion", "2.5.2.0" VALUE "InternalName", "ClickSaver.exe" - VALUE "LegalCopyright", "Copyright (C) 2016" + VALUE "LegalCopyright", "Copyright (C) 2024" VALUE "OriginalFilename", "ClickSaver.exe" VALUE "ProductName", "ClickSaver" - VALUE "ProductVersion", "2.5.1.0" + VALUE "ProductVersion", "2.5.2.0" END END BLOCK "VarFileInfo" diff --git a/ClickSaver/clicksaver.h b/ClickSaver/clicksaver.h index 595c9f8..bd16a89 100644 --- a/ClickSaver/clicksaver.h +++ b/ClickSaver/clicksaver.h @@ -51,7 +51,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. #ifndef __CLICKSAVER_H__ #define __CLICKSAVER_H__ -#define CS_VERSION "2.5.1" +#define CS_VERSION "2.5.2" #include "mission.h" diff --git a/Deploy/ReadMe.txt b/Deploy/ReadMe.txt index b0704ee..bd317a0 100644 --- a/Deploy/ReadMe.txt +++ b/Deploy/ReadMe.txt @@ -1,4 +1,4 @@ -ClickSaver 2.5.1 +ClickSaver 2.5.2 ================ Update by Uragon for the 18.1 Anarchy Online patch (database changes) @@ -155,10 +155,13 @@ where you have put it. History ------- +2.5.2 - Fixed application window icon + - Fixed wrong item icon in mission dialog + - Binaries build with VS2022 (toolset v141_xp) 2.5.1 - Database won't be deleted until the new one is correctly created - Fixed file handle leak - Some minor fixes - - Binaries build with VS 2015 Update 3 + - Binaries build with VS2015 Update 3 (toolset v140_xp) 2.5.0 - First public release by pzychotic - Updated to VS2015 - Updated PUL to latest available version, now also built with VS2015 diff --git a/README.md b/README.md index 3b733a9..9ce58b9 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ This is an *unofficial* fork of ClickSaver (if you want to call the current situ ## Compilation -VS2015 with the toolchain set to v140_xp to get CS to also run under WinXP. -The solution should also work in VS2010 or any newer VS versions. +VS2022 with the toolchain set to v141_xp to get CS to still run under WinXP additonal to all newer Windows versions. +The solution should still work in all VS versions down to VS2010 if the toolset is changed to the latest version supported by that version. ## Quick history tour