Increase max temperatures and set distribution date for release

This commit is contained in:
Knutwurst
2020-11-29 12:50:11 +01:00
parent 46f5a660c7
commit 5770b99ff5
2 changed files with 3 additions and 3 deletions

View File

@@ -41,10 +41,10 @@
* here we define this default string as the date where the latest release
* version was tagged.
*/
#define CUSTOM_BUILD_VERSION "1.1.7-BETA3"
#define CUSTOM_BUILD_VERSION "1.1.7"
#ifndef STRING_DISTRIBUTION_DATE
#define STRING_DISTRIBUTION_DATE "2020-11-24"
#define STRING_DISTRIBUTION_DATE "2020-11-29"
#endif
/**