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 d98e196 commit 94a6446Copy full SHA for 94a6446
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 5
+#define BUILD_NUMBER 6
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 5
+#define VERSION_PATCH 6
20
21
#if defined(IS_CNCNET_YR_VER) && defined(IS_HARDENED_VER)
22
#define PRODUCT_TYPE "(CnCNet YR, hardened)"
0 commit comments