Mark version as stable.
This commit is contained in:
parent
e66fbc9bf9
commit
84b4ebee0c
|
|
@ -10,7 +10,7 @@
|
||||||
* This will be appended to the version. Use this to mark development
|
* This will be appended to the version. Use this to mark development
|
||||||
* versions and the like.
|
* versions and the like.
|
||||||
*/
|
*/
|
||||||
# define VERSION_EXTRA ""
|
# define VERSION_EXTRA " (stable)"
|
||||||
|
|
||||||
# define VERSION_STRINGIFY(x) #x
|
# define VERSION_STRINGIFY(x) #x
|
||||||
# define VERSION_STR(a,b,extra) VERSION_STRINGIFY(a.b) extra
|
# define VERSION_STR(a,b,extra) VERSION_STRINGIFY(a.b) extra
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue