Skip to content

Commit 84b4ebe

Browse files
committed
Mark version as stable.
1 parent e66fbc9 commit 84b4ebe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version_base.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* This will be appended to the version. Use this to mark development
1111
* versions and the like.
1212
*/
13-
# define VERSION_EXTRA ""
13+
# define VERSION_EXTRA " (stable)"
1414

1515
# define VERSION_STRINGIFY(x) #x
1616
# define VERSION_STR(a,b,extra) VERSION_STRINGIFY(a.b) extra

0 commit comments

Comments
 (0)