[gcc r13-5040] PR-108294 soname bump for modula2 runtime libraries.

Gaius Mulley gaius@gcc.gnu.org
Fri Jan 6 04:52:08 GMT 2023


https://gcc.gnu.org/g:53add162511d896ea8fbf883187ed890a5eef6e1

commit r13-5040-g53add162511d896ea8fbf883187ed890a5eef6e1
Author: v <gaiusmod2@gmail.com>
Date:   Fri Jan 6 04:50:09 2023 +0000

    PR-108294 soname bump for modula2 runtime libraries.
    
    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>

Diff:
---
 libgm2/configure    | 2 +-
 libgm2/configure.ac | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/libgm2/configure b/libgm2/configure
index 8404b0e6e6d..922b0715964 100755
--- a/libgm2/configure
+++ b/libgm2/configure
@@ -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
diff --git a/libgm2/configure.ac b/libgm2/configure.ac
index 0465b7c1caf..2f7fe0d9e08 100644
--- a/libgm2/configure.ac
+++ b/libgm2/configure.ac
@@ -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(, ..)


More information about the Gcc-cvs mailing list