Include beta version handling in deploy script

This commit is contained in:
Knutwurst
2020-10-04 12:51:02 +02:00
parent 1d475eff4a
commit 3ff9dc0fa9
3 changed files with 4 additions and 4 deletions

View File

@@ -41,7 +41,7 @@
* here we define this default string as the date where the latest release
* version was tagged.
*/
#define CUSTOM_BUILD_VERSION "1.1.7_BETA"
#define CUSTOM_BUILD_VERSION "1.1.7-BETA1"
#ifndef STRING_DISTRIBUTION_DATE
#define STRING_DISTRIBUTION_DATE "2020-10-04"