From 24c105531dd1cac825f434f685ccd6b68f8fc3a7 Mon Sep 17 00:00:00 2001 From: Cary R Date: Sun, 1 Mar 2026 15:07:05 -0800 Subject: [PATCH] Creating new branch v13-branch --- aclocal.m4 | 2 +- version_base.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/aclocal.m4 b/aclocal.m4 index b26cd8a86..cb844a2a1 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -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 diff --git a/version_base.h b/version_base.h index 213beac13..6fd7aaa1f 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 " (devel)" +# define VERSION_EXTRA " (stable)" # define VERSION_STRINGIFY(x) #x # define VERSION_STR(a,b,extra) VERSION_STRINGIFY(a.b) extra