about summary refs log tree commit diff stats
path: root/App
diff options
context:
space:
mode:
authorjbzdarkid <jbzdarkid@gmail.com>2019-05-04 15:57:56 -0700
committerjbzdarkid <jbzdarkid@gmail.com>2019-05-04 15:57:56 -0700
commitedef920a2d7d753f93cd716052d8f2104bfdfa62 (patch)
tree1d523f99441d26c4ff593ab99de5061143590bae /App
parenta8ed624bceac133656b7b4f6bfc846bf887e590b (diff)
downloadwitness-tutorializer-edef920a2d7d753f93cd716052d8f2104bfdfa62.tar.gz
witness-tutorializer-edef920a2d7d753f93cd716052d8f2104bfdfa62.tar.bz2
witness-tutorializer-edef920a2d7d753f93cd716052d8f2104bfdfa62.zip
Actually bump version
Diffstat (limited to 'App')
-rw-r--r--App/Version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/App/Version.h b/App/Version.h index d67c184..56988d4 100644 --- a/App/Version.h +++ b/App/Version.h
@@ -5,7 +5,7 @@
5 5
6#define MAJOR 5 6#define MAJOR 5
7#define MINOR 0 7#define MINOR 0
8#define PATCH 2 8#define PATCH 3
9 9
10#define VERSION_STR TO_STRING(MAJOR) L"." TO_STRING(MINOR) L"." TO_STRING(PATCH) 10#define VERSION_STR TO_STRING(MAJOR) L"." TO_STRING(MINOR) L"." TO_STRING(PATCH)
11#define VERSION MAJOR, MINOR, PATCH 11#define VERSION MAJOR, MINOR, PATCH