about summary refs log tree commit diff stats
path: root/App
diff options
context:
space:
mode:
authorjbzdarkid <jbzdarkid@gmail.com>2019-11-06 09:44:13 -0800
committerjbzdarkid <jbzdarkid@gmail.com>2019-11-06 09:44:13 -0800
commite5e7309fc273dcc2cb2b6dd727117fd11ae38d0f (patch)
treece07e65940267afbbdcf6256cd1d0fe1fe9084c3 /App
parent3a03f478e407f35bfafd192c22f82bc8c6e25a38 (diff)
downloadwitness-tutorializer-e5e7309fc273dcc2cb2b6dd727117fd11ae38d0f.tar.gz
witness-tutorializer-e5e7309fc273dcc2cb2b6dd727117fd11ae38d0f.tar.bz2
witness-tutorializer-e5e7309fc273dcc2cb2b6dd727117fd11ae38d0f.zip
Update installer to vs2019
Diffstat (limited to 'App')
-rw-r--r--App/Version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/App/Version.h b/App/Version.h index 56988d4..cbb8fa3 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 0 7#define MINOR 1
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