Skip to content

Commit

Permalink
Updated version to v2.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
pzychotic committed Apr 3, 2016
1 parent 502159f commit f1f5d66
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
Binary file modified AOHook/AOHook.rc
Binary file not shown.
11 changes: 6 additions & 5 deletions ClickSaver/ClickSaver.rc
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,15 @@ END
// remains consistent on all systems.
IDI_ICON1 ICON "cs.ico"


/////////////////////////////////////////////////////////////////////////////
//
// Version
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,4,1,0
PRODUCTVERSION 2,4,1,0
FILEVERSION 2,5,0,0
PRODUCTVERSION 2,5,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -77,12 +78,12 @@ BEGIN
BLOCK "000904b0"
BEGIN
VALUE "FileDescription", "ClickSaver"
VALUE "FileVersion", "2.4.1.0"
VALUE "FileVersion", "2.5.0.0"
VALUE "InternalName", "ClickSaver.exe"
VALUE "LegalCopyright", "Copyright (C) 2015"
VALUE "LegalCopyright", "Copyright (C) 2016"
VALUE "OriginalFilename", "ClickSaver.exe"
VALUE "ProductName", "ClickSaver"
VALUE "ProductVersion", "2.4.1.0"
VALUE "ProductVersion", "2.5.0.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.4.1"
#define CS_VERSION "2.5.0"

#include "mission.h"

Expand Down
5 changes: 4 additions & 1 deletion Deploy/ReadMe.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ClickSaver 2.4.1
ClickSaver 2.5.0
================

Update by Uragon for the 18.1 Anarchy Online patch (database changes)
Expand Down Expand Up @@ -155,6 +155,9 @@ where you have put it.

History
-------
2.5.0 - First public release by pzychotic
- Updated to VS2015
- Updated PUL to latest available version, now also built with VS2015
2.4.1 - Updated so Detours will also work for WinXP, so the same executable can be used on all Windows versions
2.4.0 - Updated for 18.5 for Win7+ by Darkbane
- Switched hooking method to Microsoft Detours
Expand Down

0 comments on commit f1f5d66

Please sign in to comment.