From 84b4ebee0cfcda28a242d89a07020cd70b1d3e7f Mon Sep 17 00:00:00 2001 From: Stephen Williams Date: Sat, 26 Sep 2020 15:44:25 -0700 Subject: [PATCH] Mark version as stable. --- version_base.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version_base.h b/version_base.h index ef9241ce9..89592a25d 100644 --- a/version_base.h +++ b/version_base.h @@ -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