Bump version and date for next major release.

This commit is contained in:
Knutwurst
2023-05-31 21:21:39 +02:00
parent e8d38ba955
commit 067fe2f074

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.5.0-b6"
#define CUSTOM_BUILD_VERSION "1.5.0"
#ifndef STRING_DISTRIBUTION_DATE
#define STRING_DISTRIBUTION_DATE "2023-05-30"
#define STRING_DISTRIBUTION_DATE "2023-05-31"
#endif
/**