Skip to content

Commit 011282a

Browse files
committed
chore: bump beta version
1 parent 101a0d8 commit 011282a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#define SOFTWARE_VERSION_MAJOR 1
99
#define SOFTWARE_VERSION_MINOR 7
1010
#define SOFTWARE_VERSION_BUILD 15
11-
#define SOFTWARE_VERSION_BETA 1
11+
#define SOFTWARE_VERSION_BETA 2
1212
#define SOFTWARE_VERSION (SOFTWARE_VERSION_MAJOR * 10000 + SOFTWARE_VERSION_MINOR * 100 + SOFTWARE_VERSION_BUILD)
1313

1414
#if SOFTWARE_VERSION_MAJOR > 99 || SOFTWARE_VERSION_MINOR > 99 || SOFTWARE_VERSION_BUILD > 99

0 commit comments

Comments
 (0)