Skip to content

Commit 94a6446

Browse files
committed
Increment version
1 parent d98e196 commit 94a6446

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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 5
10+
#define BUILD_NUMBER 6
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 5
19+
#define VERSION_PATCH 6
2020

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

0 commit comments

Comments
 (0)