Bump Version to 1.1.2 for next Release

This commit is contained in:
Knutwurst
2020-08-13 09:32:14 +02:00
parent abf7f93bda
commit f91882400b
2 changed files with 3 additions and 3 deletions

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.1" #define CUSTOM_BUILD_VERSION "1.1.2"
#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-11" #define STRING_DISTRIBUTION_DATE "2020-08-13"
#endif #endif
/** /**