Update the default suffix to be dev for master

This commit is contained in:
Cary R 2026-03-01 14:41:55 -08:00
parent 42d591d296
commit 68ba79eb7a
1 changed files with 1 additions and 1 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='-0.10'
install_suffix='-dev'
elif test X$enable_suffix = Xno; then
install_suffix=''
else