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 dbcfd07 commit 4730aadCopy full SHA for 4730aad
1 file changed
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 2
+#define BUILD_NUMBER 3
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 2
+#define VERSION_PATCH 3
20
21
#if defined(IS_ANTICHEAT_VER) && defined(IS_HARDEND_VER)
22
#define PRODUCT_TYPE "(HardEnd + AntiCheat)"
0 commit comments