diff options
Diffstat (limited to 'App2/Version.h')
-rw-r--r-- | App2/Version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/App2/Version.h b/App2/Version.h index 0afb03f..87786c4 100644 --- a/App2/Version.h +++ b/App2/Version.h | |||
@@ -10,5 +10,5 @@ | |||
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 |
12 | 12 | ||
13 | #define PRODUCT_NAME L"Witness Challenge Randomizer" | 13 | #define PRODUCT_NAME L"Challenge Randomizer" |
14 | #define WINDOW_CLASS L"WitnessChallengeRandomizer" | 14 | #define WINDOW_CLASS L"ChallengeRandomizer" |