Skip to content

Commit f0a2847

Browse files
committed
20250601
1 parent 523b693 commit f0a2847

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

src/PAL3Apatch/include/PAL3Apatch/common.h

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

1414

1515
// patch version
16-
#define PATCH_VERSION 50000
17-
#define PATCH_VERSION_STRING "v5.0"
16+
#define PATCH_VERSION 50100
17+
#define PATCH_VERSION_STRING "v5.1"
1818

1919

2020

src/PAL3patch/include/PAL3patch/common.h

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

1414

1515
// patch version
16-
#define PATCH_VERSION 50000
17-
#define PATCH_VERSION_STRING "v5.0"
16+
#define PATCH_VERSION 50100
17+
#define PATCH_VERSION_STRING "v5.1"
1818

1919

2020

src/PatchConfig/PatchVersionInfo.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#define PAL3PATCHCONFIG_PATCHVERSIONINFO
33

44
#ifdef BUILD_FOR_PAL3
5-
#define PATCH_VERSION_CSTR "v5.0"
5+
#define PATCH_VERSION_CSTR "v5.1"
66
#define PATCH_APPNAME _T("PAL3-PatchConfig")
77
#define PATCH_GAME_MUTEX "PAL3patch_GameMutex"
88
#define PATCH_TEMP_MUTEX "PAL3patch_TempMutex"
@@ -13,7 +13,7 @@
1313

1414

1515
#ifdef BUILD_FOR_PAL3A
16-
#define PATCH_VERSION_CSTR "v5.0"
16+
#define PATCH_VERSION_CSTR "v5.1"
1717
#define PATCH_APPNAME _T("PAL3A-PatchConfig")
1818
#define PATCH_GAME_MUTEX "PAL3Apatch_GameMutex"
1919
#define PATCH_TEMP_MUTEX "PAL3Apatch_TempMutex"

0 commit comments

Comments
 (0)