File list refactoring.

This commit is contained in:
Knutwurst
2023-06-09 13:16:27 +02:00
parent ecdbf477ec
commit a253776044
2 changed files with 27 additions and 27 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.5.1"
#define CUSTOM_BUILD_VERSION "1.5.1-pre"
#ifndef STRING_DISTRIBUTION_DATE
#define STRING_DISTRIBUTION_DATE "2023-06-08"
#define STRING_DISTRIBUTION_DATE "2023-06-09"
#endif
/**