diff options
author | jbzdarkid <jbzdarkid@gmail.com> | 2018-11-05 07:25:51 -0800 |
---|---|---|
committer | jbzdarkid <jbzdarkid@gmail.com> | 2018-11-05 07:25:51 -0800 |
commit | 5686fa72b21517bb32fc73b1aa2f3022f5c5875a (patch) | |
tree | fc900fe9d77af35f9b1b50515b0ab068e69a7a76 /Source/Version.h | |
parent | a2913485f2b072f0f3c531b9ef2e89ed066ec128 (diff) | |
download | witness-tutorializer-5686fa72b21517bb32fc73b1aa2f3022f5c5875a.tar.gz witness-tutorializer-5686fa72b21517bb32fc73b1aa2f3022f5c5875a.tar.bz2 witness-tutorializer-5686fa72b21517bb32fc73b1aa2f3022f5c5875a.zip |
Bump version, hide extract buttons
Diffstat (limited to 'Source/Version.h')
-rw-r--r-- | Source/Version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Version.h b/Source/Version.h index 5aac53d..05696d6 100644 --- a/Source/Version.h +++ b/Source/Version.h | |||
@@ -3,9 +3,9 @@ | |||
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 3 | 6 | #define MAJOR 4 |
7 | #define MINOR 0 | 7 | #define MINOR 0 |
8 | #define PATCH 3 | 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) |
11 | #define VERSION MAJOR, MINOR, PATCH | 11 | #define VERSION MAJOR, MINOR, PATCH |