about summary refs log tree commit diff stats
path: root/App/Version.h
diff options
context:
space:
mode:
authorjbzdarkid <jbzdarkid@gmail.com>2019-11-23 14:14:32 -0800
committerjbzdarkid <jbzdarkid@gmail.com>2019-11-23 14:14:32 -0800
commit6059a1d1b99186a28bcd3c60822bc8310724bfd4 (patch)
treecc72b54bf3ce831e08b4d4f047a4b7bc7060cdd4 /App/Version.h
parent059e44fa16b649938d79597bcf8f41bf4aa136ab (diff)
downloadwitness-tutorializer-6059a1d1b99186a28bcd3c60822bc8310724bfd4.tar.gz
witness-tutorializer-6059a1d1b99186a28bcd3c60822bc8310724bfd4.tar.bz2
witness-tutorializer-6059a1d1b99186a28bcd3c60822bc8310724bfd4.zip
Bump version
Diffstat (limited to 'App/Version.h')
-rw-r--r--App/Version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/App/Version.h b/App/Version.h index 8068f03..1541697 100644 --- a/App/Version.h +++ b/App/Version.h
@@ -3,8 +3,8 @@
3#define TO_STRING2(s) L#s 3#define TO_STRING2(s) L#s
4#define TO_STRING(s) TO_STRING2(s) 4#define TO_STRING(s) TO_STRING2(s)
5 5
6#define MAJOR 5 6#define MAJOR 6
7#define MINOR 2 7#define MINOR 0
8#define PATCH 0 8#define PATCH 0
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)