Skip to content

Commit

Permalink
changed version number to 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EzraIII committed Apr 17, 2021
1 parent 8a7e071 commit a5d8e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion App/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#define TO_STRING(s) TO_STRING2(s)

#define MAJOR 6
#define MINOR 0
#define MINOR 1
#define PATCH 0

#define VERSION_STR TO_STRING(MAJOR) L"." TO_STRING(MINOR) L"." TO_STRING(PATCH)
Expand Down

0 comments on commit a5d8e89

Please sign in to comment.