Mark version as stable.

This commit is contained in:
Stephen Williams 2020-09-26 15:44:25 -07:00
parent e66fbc9bf9
commit 84b4ebee0c
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
* This will be appended to the version. Use this to mark development
* versions and the like.
*/
# define VERSION_EXTRA ""
# define VERSION_EXTRA " (stable)"
# define VERSION_STRINGIFY(x) #x
# define VERSION_STR(a,b,extra) VERSION_STRINGIFY(a.b) extra