Creating new branch v13-branch

This commit is contained in:
Cary R 2026-03-01 15:07:05 -08:00
parent 9d0f6fc995
commit 24c105531d
2 changed files with 2 additions and 2 deletions

2
aclocal.m4 vendored
View File

@ -10,7 +10,7 @@ AC_DEFUN([AX_ENABLE_SUFFIX],
[Use/set the installation command suffix])],
[true],[enable_suffix=no])
if test X$enable_suffix = Xyes; then
install_suffix='-dev'
install_suffix='-13'
elif test X$enable_suffix = Xno; then
install_suffix=''
else

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 " (devel)"
# define VERSION_EXTRA " (stable)"
# define VERSION_STRINGIFY(x) #x
# define VERSION_STR(a,b,extra) VERSION_STRINGIFY(a.b) extra