File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 22
33namespace common
44{
5- inline const char * plugin_version = " 1.56 " ;
6- constexpr uint32_t supported_game_version = 56 ;
5+ inline const char * plugin_version = " 1.57 " ;
6+ constexpr uint32_t supported_game_version = 57 ;
77
88 inline FMOD_GUID get_guid (const std::string& s_guid)
99 {
Original file line number Diff line number Diff line change 5151//
5252
5353VS_VERSION_INFO VERSIONINFO
54- FILEVERSION 1,56 ,0,0
55- PRODUCTVERSION 1,56 ,0,0
54+ FILEVERSION 1,57 ,0,0
55+ PRODUCTVERSION 1,57 ,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.56 .0.0"
72+ VALUE "FileVersion", "1.57 .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.56 .0.0"
77+ VALUE "ProductVersion", "1.57 .0.0"
7878 END
7979 END
8080 BLOCK "VarFileInfo"
You can’t perform that action at this time.
0 commit comments