From c8dafbef1adc6ba2d6377c3ef704669b50ddfb9d Mon Sep 17 00:00:00 2001 From: Gaius Mulley Date: Thu, 30 Nov 2023 15:39:17 +0000 Subject: modula2: libgm2 bump version to 19:0.0 This patch bumps the libgm2 version to 19.0.0 reflecting time related fixes, changes to builtins.def and the commencement of gcc stage3. libgm2/ChangeLog: * configure: Regenerate. * configure.ac:(libtool_VERSION): Bump to 19:0:0. Signed-off-by: Gaius Mulley --- libgm2/configure | 2 +- libgm2/configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libgm2/configure b/libgm2/configure index f0f5f2686ba..02a427d6ba5 100755 --- a/libgm2/configure +++ b/libgm2/configure @@ -2629,7 +2629,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu ac_config_headers="$ac_config_headers config.h" -libtool_VERSION=18:0:0 +libtool_VERSION=19:0:0 # Default to --enable-multilib diff --git a/libgm2/configure.ac b/libgm2/configure.ac index 07f82e8dfd5..a550a994854 100644 --- a/libgm2/configure.ac +++ b/libgm2/configure.ac @@ -27,7 +27,7 @@ AC_CONFIG_SRCDIR(Makefile.am) # AC_CONFIG_MACRO_DIR([config]) AC_CONFIG_HEADER(config.h) -libtool_VERSION=18:0:0 +libtool_VERSION=19:0:0 AC_SUBST(libtool_VERSION) AM_ENABLE_MULTILIB(, ..) -- cgit v1.2.3