Skip to content

Commit 38fbf64

Browse files
committed
Increment version, update to merged private commit
1 parent b256465 commit 38fbf64

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Private

src/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#define _STR_(x) #x
88

99
// Build number. Incremented on each released build
10-
#define BUILD_NUMBER 4
10+
#define BUILD_NUMBER 5
1111

1212
// Indicates project maturity and completeness
1313
#define VERSION_MAJOR 0
@@ -16,7 +16,7 @@
1616
// Indicates minor changes, like vanilla bugfixes, unhardcodings or hacks
1717
#define VERSION_REVISION 0
1818
// Indicates YRpp-Spawner-related bugfixes only
19-
#define VERSION_PATCH 4
19+
#define VERSION_PATCH 5
2020

2121
#if defined(IS_CNCNET_YR_VER) && defined(IS_HARDENED_VER)
2222
#define PRODUCT_TYPE "(CnCNet YR, hardened)"

0 commit comments

Comments
 (0)