Skip to content

Commit 68ed395

Browse files
committed
Updated
1 parent f00943c commit 68ed395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

QuantumGateLib/Version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#define VERSION_MAJOR 0
1010
#define VERSION_MINOR 2
1111
#define VERSION_REVISION 2
12-
#define VERSION_BUILD 824
12+
#define VERSION_BUILD 825
1313

1414
#define FILE_VERSION VERSION_MAJOR, VERSION_MINOR, VERSION_REVISION, VERSION_BUILD
1515
#define FILE_VERSION_STR STR(VERSION_MAJOR) "." STR(VERSION_MINOR) "." STR(VERSION_REVISION) "." STR(VERSION_BUILD)

0 commit comments

Comments
 (0)