File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
PAL3Apatch/include/PAL3Apatch
PAL3patch/include/PAL3patch Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 13
13
14
14
15
15
// 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 "
18
18
19
19
20
20
Original file line number Diff line number Diff line change 13
13
14
14
15
15
// 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 "
18
18
19
19
20
20
Original file line number Diff line number Diff line change 2
2
#define PAL3PATCHCONFIG_PATCHVERSIONINFO
3
3
4
4
#ifdef BUILD_FOR_PAL3
5
- #define PATCH_VERSION_CSTR "v5.0 "
5
+ #define PATCH_VERSION_CSTR "v5.1 "
6
6
#define PATCH_APPNAME _T("PAL3-PatchConfig")
7
7
#define PATCH_GAME_MUTEX "PAL3patch_GameMutex"
8
8
#define PATCH_TEMP_MUTEX "PAL3patch_TempMutex"
13
13
14
14
15
15
#ifdef BUILD_FOR_PAL3A
16
- #define PATCH_VERSION_CSTR "v5.0 "
16
+ #define PATCH_VERSION_CSTR "v5.1 "
17
17
#define PATCH_APPNAME _T("PAL3A-PatchConfig")
18
18
#define PATCH_GAME_MUTEX "PAL3Apatch_GameMutex"
19
19
#define PATCH_TEMP_MUTEX "PAL3Apatch_TempMutex"
You can’t perform that action at this time.
0 commit comments