Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
kareldonk committed Aug 10, 2020
1 parent e4c0773 commit ddeec7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions QuantumGateLib/Version.h
Expand Up @@ -8,8 +8,8 @@

#define VERSION_MAJOR 0
#define VERSION_MINOR 2
#define VERSION_REVISION 3
#define VERSION_BUILD 829
#define VERSION_REVISION 4
#define VERSION_BUILD 843

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

Please sign in to comment.