]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
PR-108294 soname bump for modula2 runtime libraries.
authorv <gaiusmod2@gmail.com>
Fri, 6 Jan 2023 04:50:09 +0000 (04:50 +0000)
committerv <gaiusmod2@gmail.com>
Fri, 6 Jan 2023 04:50:09 +0000 (04:50 +0000)
The soname for the Modula-2 runtime libraries for the compiler based on
GCC 12 is 17 and didn't change for GCC 13.  This patch bumps the version
to 18.

libgm2/ChangeLog:

* configure: Regenerate.
* configure.ac (libtool_VERSION): Bump to 18:0:0.

Signed-off-by: <gaiusmod2@gmail.com>
libgm2/configure
libgm2/configure.ac

index 8404b0e6e6dc1be685c4ecf7d1cb18475694ced0..922b0715964d42beeb168a79df0287b7b90f5c6a 100755 (executable)
@@ -2445,7 +2445,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
 ac_config_headers="$ac_config_headers config.h"
 
 
-libtool_VERSION=17:0:0
+libtool_VERSION=18:0:0
 
 
 # Default to --enable-multilib
index 0465b7c1caf5f52c8d75b1be8c04acff942bb226..2f7fe0d9e089526d1b48c0c46bb1b1bb7ab3d57f 100644 (file)
@@ -1,5 +1,5 @@
 # Configure script for libgm2.
-# Copyright (C) 2013-2022 Free Software Foundation, Inc.
+# Copyright (C) 2013-2023 Free Software Foundation, Inc.
 
 # This file is part of GCC.
 
@@ -27,7 +27,7 @@ AC_CONFIG_SRCDIR(Makefile.am)
 # AC_CONFIG_MACRO_DIR([config])
 AC_CONFIG_HEADER(config.h)
 
-libtool_VERSION=17:0:0
+libtool_VERSION=18:0:0
 AC_SUBST(libtool_VERSION)
 
 AM_ENABLE_MULTILIB(, ..)