Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
kareldonk committed Jul 1, 2020
1 parent f00943c commit 68ed395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QuantumGateLib/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#define VERSION_MAJOR 0
#define VERSION_MINOR 2
#define VERSION_REVISION 2
#define VERSION_BUILD 824
#define VERSION_BUILD 825

#define FILE_VERSION VERSION_MAJOR, VERSION_MINOR, VERSION_REVISION, VERSION_BUILD
#define FILE_VERSION_STR STR(VERSION_MAJOR) "." STR(VERSION_MINOR) "." STR(VERSION_REVISION) "." STR(VERSION_BUILD)
Expand Down

0 comments on commit 68ed395

Please sign in to comment.