Skip to content

Commit ddeec7b

Browse files
committed
Updated version
1 parent e4c0773 commit ddeec7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

QuantumGateLib/Version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
#define VERSION_MAJOR 0
1010
#define VERSION_MINOR 2
11-
#define VERSION_REVISION 3
12-
#define VERSION_BUILD 829
11+
#define VERSION_REVISION 4
12+
#define VERSION_BUILD 843
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)