Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jbzdarkid committed Jan 3, 2021
1 parent 6b9d514 commit 4244d99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions App/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#define TO_STRING(s) TO_STRING2(s)

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

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

0 comments on commit 4244d99

Please sign in to comment.