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 <gaiusmod2@gmail.com>
This commit is contained in:
Gaius Mulley 2023-11-30 15:39:17 +00:00
parent d77d2dd9bd
commit c8dafbef1a
2 changed files with 2 additions and 2 deletions

2
libgm2/configure vendored
View File

@ -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

View File

@ -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(, ..)