Remove beta marker from version strings
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
#define UQM_MINOR_VERSION_S "8"
|
||||
#define UQM_PATCH_VERSION 0
|
||||
#define UQM_PATCH_VERSION_S "0"
|
||||
#define UQM_EXTRA_VERSION "b"
|
||||
#define UQM_EXTRA_VERSION ""
|
||||
/* The final version is interpreted as:
|
||||
* printf ("%d.%d.%d%s", UQM_MAJOR_VERSION, UQM_MINOR_VERSION,
|
||||
* UQM_PATCH_VERSION, UQM_EXTRA_VERSION);
|
||||
|
||||
Reference in New Issue
Block a user