Skip to content

Commit 201ba53

Browse files
committed
bump version
1 parent a6d6329 commit 201ba53

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

ts-fmod-plugin/dllmain.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ SCSAPI_RESULT scs_telemetry_init(const scs_u32_t version, const scs_telemetry_in
232232

233233
scs_log = version_params->common.log;
234234

235-
scs_log(0, "[ts-fmod-plugin V1.45] Searching for economy offset... If this is one of the last messages in the log after a crash, try disabling this plugin.");
235+
scs_log(0, "[ts-fmod-plugin V1.45.1] Searching for economy offset... If this is one of the last messages in the log after a crash, try disabling this plugin.");
236236

237237
auto addr = pattern::scan("48 8B 05 ? ? ? ? 48 8B D9 8B 90 ? ? ? ? 48 8B 80 ? ? ? ? 48 8B 88 ? ? ? ? E8", game_base, image_size);
238238
economy_base_offset = addr + *reinterpret_cast<uint32_t*>(addr + 3) + 7 - 0x48;

ts-fmod-plugin/ts-fmod-plugin.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ END
5151
//
5252

5353
VS_VERSION_INFO VERSIONINFO
54-
FILEVERSION 1,45,0,0
55-
PRODUCTVERSION 1,45,0,0
54+
FILEVERSION 1,45,1,0
55+
PRODUCTVERSION 1,45,1,0
5656
FILEFLAGSMASK 0x3fL
5757
#ifdef _DEBUG
5858
FILEFLAGS 0x1L
@@ -69,12 +69,12 @@ BEGIN
6969
BEGIN
7070
VALUE "CompanyName", "Dario Wouters"
7171
VALUE "FileDescription", "Sound Plugin for ATS/ETS2"
72-
VALUE "FileVersion", "1.45.0.0"
72+
VALUE "FileVersion", "1.45.1.0"
7373
VALUE "InternalName", "ts-fmod-plugin.dll"
7474
VALUE "LegalCopyright", "Copyright (C) 2022"
7575
VALUE "OriginalFilename", "ts-fmod-plugin.dll"
7676
VALUE "ProductName", "Sound Plugin for ATS/ETS2"
77-
VALUE "ProductVersion", "1.45.0.0"
77+
VALUE "ProductVersion", "1.45.1.0"
7878
END
7979
END
8080
BLOCK "VarFileInfo"

0 commit comments

Comments
 (0)