Update float conversion

This commit is contained in:
Knutwurst
2021-06-12 16:15:47 +02:00
parent 4172c90f07
commit 2bf9fc57cc
3 changed files with 10 additions and 10 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.2.0-beta.4"
#define CUSTOM_BUILD_VERSION "1.2.0-b_4.3"
#ifndef STRING_DISTRIBUTION_DATE
#define STRING_DISTRIBUTION_DATE "2021-06-05"
#define STRING_DISTRIBUTION_DATE "2021-06-06"
#endif
/**