Skip to content

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
kareldonk committed Apr 22, 2021
1 parent 02a93d8 commit c6563b1
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 6
#define VERSION_BUILD 851
#define VERSION_BUILD 855

#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 c6563b1

Please sign in to comment.