Update in-game version to beta status

This commit is contained in:
Michael Martin
2020-06-08 00:22:08 -07:00
parent b77ed37796
commit a8785656eb
+1 -1
View File
@@ -23,7 +23,7 @@
#define UQM_MINOR_VERSION_S "8" #define UQM_MINOR_VERSION_S "8"
#define UQM_PATCH_VERSION 0 #define UQM_PATCH_VERSION 0
#define UQM_PATCH_VERSION_S "0" #define UQM_PATCH_VERSION_S "0"
#define UQM_EXTRA_VERSION "a" #define UQM_EXTRA_VERSION "b"
/* The final version is interpreted as: /* The final version is interpreted as:
* printf ("%d.%d.%d%s", UQM_MAJOR_VERSION, UQM_MINOR_VERSION, * printf ("%d.%d.%d%s", UQM_MAJOR_VERSION, UQM_MINOR_VERSION,
* UQM_PATCH_VERSION, UQM_EXTRA_VERSION); * UQM_PATCH_VERSION, UQM_EXTRA_VERSION);