We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a261b4 commit 408bc3eCopy full SHA for 408bc3e
src/version.h
@@ -7,7 +7,7 @@
7
#define _STR_(x) #x
8
9
// Build number. Incremented on each released build
10
-#define BUILD_NUMBER 3
+#define BUILD_NUMBER 4
11
12
// Indicates project maturity and completeness
13
#define VERSION_MAJOR 0
@@ -16,7 +16,7 @@
16
// Indicates minor changes, like vanilla bugfixes, unhardcodings or hacks
17
#define VERSION_REVISION 0
18
// Indicates YRpp-Spawner-related bugfixes only
19
-#define VERSION_PATCH 3
+#define VERSION_PATCH 4
20
21
#if defined(IS_CNCNET_YR_VER) && defined(IS_HARDENED_VER)
22
#define PRODUCT_TYPE "(CnCNet YR, hardened)"
0 commit comments