Skip to content

Commit

Permalink
Updated version to v2.5.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
pzychotic committed Jan 28, 2024
1 parent 0020d10 commit fc7931e
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 15 deletions.
10 changes: 5 additions & 5 deletions AOHook/AOHook.rc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
Expand Down
10 changes: 5 additions & 5 deletions ClickSaver/ClickSaver.rc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion ClickSaver/clicksaver.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
7 changes: 5 additions & 2 deletions Deploy/ReadMe.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ClickSaver 2.5.1
ClickSaver 2.5.2
================

Update by Uragon for the 18.1 Anarchy Online patch (database changes)
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fc7931e

Please sign in to comment.