diff options
Diffstat (limited to 'Source/Version.h')
-rw-r--r-- | Source/Version.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/Version.h b/Source/Version.h index 088b618..cd79def 100644 --- a/Source/Version.h +++ b/Source/Version.h | |||
@@ -9,4 +9,5 @@ | |||
9 | #define TO_STRING(s) #s | 9 | #define TO_STRING(s) #s |
10 | #define VERSION_STR TO_STRING(MAJOR) "." TO_STRING(MINOR) "." TO_STRING(PATCH) ".0" | 10 | #define VERSION_STR TO_STRING(MAJOR) "." TO_STRING(MINOR) "." TO_STRING(PATCH) ".0" |
11 | 11 | ||
12 | #define PRODUCT_NAME "Witness Randomizer" | 12 | #define PRODUCT_NAME L"Witness Randomizer" |
13 | #define WINDOW_CLASS L"WitnessRandomizer" | ||