Skip to content

Commit f56a529

Browse files
committed
Support for 1.56
1 parent f3624df commit f56a529

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

dist/ts-fmod-plugin.dll

-8.5 KB
Binary file not shown.

ts-fmod-plugin/common.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
namespace common
44
{
5-
inline const char* plugin_version = "1.55";
6-
constexpr uint32_t supported_game_version = 55;
5+
inline const char* plugin_version = "1.56";
6+
constexpr uint32_t supported_game_version = 56;
77

88
inline FMOD_GUID get_guid(const std::string& s_guid)
99
{

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,54,0,0
55-
PRODUCTVERSION 1,54,0,0
54+
FILEVERSION 1,56,0,0
55+
PRODUCTVERSION 1,56,0,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.54.0.0"
72+
VALUE "FileVersion", "1.56.0.0"
7373
VALUE "InternalName", "ts-fmod-plugin.dll"
7474
VALUE "LegalCopyright", "Copyright (C) 2023"
7575
VALUE "OriginalFilename", "ts-fmod-plugin.dll"
7676
VALUE "ProductName", "Sound Plugin for ATS/ETS2"
77-
VALUE "ProductVersion", "1.54.0.0"
77+
VALUE "ProductVersion", "1.56.0.0"
7878
END
7979
END
8080
BLOCK "VarFileInfo"

0 commit comments

Comments
 (0)