about summary refs log tree commit diff stats
path: root/App/Version.h
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2021-08-25 09:18:14 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2021-08-25 09:18:14 -0400
commitc5650b69369bc08ac23a75f6bf49646f77afa37d (patch)
tree841e3d42203b346c2d75996d851f895b00cbb6c8 /App/Version.h
parent5ea598427f5988410cd0efc085af62b24c29cd8d (diff)
downloadwitness-tutorializer-c5650b69369bc08ac23a75f6bf49646f77afa37d.tar.gz
witness-tutorializer-c5650b69369bc08ac23a75f6bf49646f77afa37d.tar.bz2
witness-tutorializer-c5650b69369bc08ac23a75f6bf49646f77afa37d.zip
Bump version tutorial-v0.2.0
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 204782f..12ae33b 100644 --- a/App/Version.h +++ b/App/Version.h
@@ -4,7 +4,7 @@
4#define TO_STRING(s) TO_STRING2(s) 4#define TO_STRING(s) TO_STRING2(s)
5 5
6#define MAJOR 0 6#define MAJOR 0
7#define MINOR 1 7#define MINOR 2
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)