From 68ba79eb7a871b0261ab71d34384d2658c86c6f6 Mon Sep 17 00:00:00 2001 From: Cary R Date: Sun, 1 Mar 2026 14:41:55 -0800 Subject: [PATCH] Update the default suffix to be dev for master --- aclocal.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aclocal.m4 b/aclocal.m4 index 1b63f3066..b26cd8a86 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='-0.10' + install_suffix='-dev' elif test X$enable_suffix = Xno; then install_suffix='' else