Fix reset bug after mesh inizialisation.

This commit is contained in:
Knutwurst
2021-06-19 11:43:55 +02:00
parent f20b0c3058
commit aac24f36ce
3 changed files with 23 additions and 7 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-b_4.5"
#define CUSTOM_BUILD_VERSION "1.2.0-b_4.6"
#ifndef STRING_DISTRIBUTION_DATE
#define STRING_DISTRIBUTION_DATE "2021-06-18"
#define STRING_DISTRIBUTION_DATE "2021-06-19"
#endif
/**