PR modula2/122801 soname bump for GCC 16

This patch bumps the libgm2 soname to 21:0:0 ready for the release of GCC 16.

libgm2/ChangeLog:

	PR modula2/122801
	* configure: Regenerate.
	* configure.ac (libtool_VERSION): Assign to 21:0:0.

Signed-off-by: Gaius Mulley <gaiusmod2@gmail.com>
This commit is contained in:
Gaius Mulley
2025-11-23 17:52:47 +00:00
parent a8d172b5ff
commit 865558674b
2 changed files with 2 additions and 2 deletions

2
libgm2/configure vendored
View File

@@ -2733,7 +2733,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
ac_config_headers="$ac_config_headers config.h"
libtool_VERSION=20:0:0
libtool_VERSION=21:0:0
# Default to --enable-multilib

View File

@@ -27,7 +27,7 @@ AC_CONFIG_SRCDIR(Makefile.am)
# AC_CONFIG_MACRO_DIR([config])
AC_CONFIG_HEADER(config.h)
libtool_VERSION=20:0:0
libtool_VERSION=21:0:0
AC_SUBST(libtool_VERSION)
AM_ENABLE_MULTILIB(, ..)