Skip to content

Commit 8013214

Browse files
committed
Version update
1 parent 35247ff commit 8013214

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 3
1111
#define VERSION_REVISION 5
12-
#define VERSION_BUILD 907
12+
#define VERSION_BUILD 919
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)