about summary refs log tree commit diff stats
path: root/App/Version.h
diff options
context:
space:
mode:
authorjbzdarkid <jbzdarkid@gmail.com>2018-11-17 14:02:28 -0800
committerjbzdarkid <jbzdarkid@gmail.com>2018-11-17 14:02:28 -0800
commit1501b173c058f11e53507532ad583a6ac9c061cc (patch)
tree3066f68055fd6bcf73d9686a4980b041d74f28d6 /App/Version.h
parent1f85741c8d12d9b1fbd55b29f334de572f9eea9b (diff)
downloadwitness-tutorializer-1501b173c058f11e53507532ad583a6ac9c061cc.tar.gz
witness-tutorializer-1501b173c058f11e53507532ad583a6ac9c061cc.tar.bz2
witness-tutorializer-1501b173c058f11e53507532ad583a6ac9c061cc.zip
4.0.5
Diffstat (limited to 'App/Version.h')
-rw-r--r--App/Version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/App/Version.h b/App/Version.h index 8029020..04b6d2b 100644 --- a/App/Version.h +++ b/App/Version.h
@@ -5,7 +5,7 @@
5 5
6#define MAJOR 4 6#define MAJOR 4
7#define MINOR 0 7#define MINOR 0
8#define PATCH 4 8#define PATCH 5
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