Update Version to 1.1.4 Release

This commit is contained in:
Knutwurst
2020-08-24 11:07:00 +02:00
parent f627c62df2
commit fb65790f4d

View File

@@ -41,11 +41,11 @@
* here we define this default string as the date where the latest release * here we define this default string as the date where the latest release
* version was tagged. * version was tagged.
*/ */
#define CUSTOM_BUILD_VERSION "1.1.4-beta" #define CUSTOM_BUILD_VERSION "1.1.4"
#ifndef STRING_DISTRIBUTION_DATE #ifndef STRING_DISTRIBUTION_DATE
//#define STRING_DISTRIBUTION_DATE "2020-07-09" //#define STRING_DISTRIBUTION_DATE "2020-07-09"
#define STRING_DISTRIBUTION_DATE "2020-08-23" #define STRING_DISTRIBUTION_DATE "2020-08-24"
#endif #endif
/** /**