summary refs log tree commit diff stats
path: root/App/Version.h
diff options
context:
space:
mode:
authorjbzdarkid <jbzdarkid@gmail.com>2019-11-08 09:13:28 -0800
committerjbzdarkid <jbzdarkid@gmail.com>2019-11-08 09:14:09 -0800
commit0e6b61f87b676028fcfd75bbf576f48a0ef91632 (patch)
treef727207008e55cc3d56ea549206d09705037f153 /App/Version.h
parent0f568de726da77bfb0964f20d5be6691245b3da9 (diff)
downloadwitness-tutorializer-0e6b61f87b676028fcfd75bbf576f48a0ef91632.tar.gz
witness-tutorializer-0e6b61f87b676028fcfd75bbf576f48a0ef91632.tar.bz2
witness-tutorializer-0e6b61f87b676028fcfd75bbf576f48a0ef91632.zip
Add orchard + transparent swapping
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 32753aa..8068f03 100644 --- a/App/Version.h +++ b/App/Version.h
@@ -4,8 +4,8 @@
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 5
7#define MINOR 1 7#define MINOR 2
8#define PATCH 1 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