diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2021-08-25 09:18:14 -0400 |
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2021-08-25 09:18:14 -0400 |
| commit | c5650b69369bc08ac23a75f6bf49646f77afa37d (patch) | |
| tree | 841e3d42203b346c2d75996d851f895b00cbb6c8 /App | |
| parent | 5ea598427f5988410cd0efc085af62b24c29cd8d (diff) | |
| download | witness-tutorializer-tutorial-v0.2.0.tar.gz witness-tutorializer-tutorial-v0.2.0.tar.bz2 witness-tutorializer-tutorial-v0.2.0.zip | |
Bump version tutorial-v0.2.0
Diffstat (limited to 'App')
| -rw-r--r-- | App/Version.h | 2 |
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) |
