Skip to content

Commit 5d5d567

Browse files
committed
Support for 1.51
1 parent 249106e commit 5d5d567

File tree

5 files changed

+115
-110
lines changed

5 files changed

+115
-110
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 1.51
2+
- Updated to support 1.51
3+
14
## 1.50
25
- Updated to support 1.50
36

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.50";
6-
constexpr uint32_t supported_game_version = 50;
5+
inline const char* plugin_version = "1.51";
6+
constexpr uint32_t supported_game_version = 51;
77

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

0 commit comments

Comments
 (0)