Skip to content

Commit 26f3efc

Browse files
author
Gaius Mulley
committed
PR modula2/117703: libgm2 soname bumps for GCC 15
Bump libgm2 version ready for the gcc-15 release. libgm2/ChangeLog: PR modula2/117703 * configure: Regenerate. * configure.ac (libtool_VERSION): Bump to 20:0:0. Signed-off-by: Gaius Mulley <[email protected]>
1 parent 3c130e4 commit 26f3efc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

libgm2/configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2675,7 +2675,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
26752675
ac_config_headers="$ac_config_headers config.h"
26762676

26772677

2678-
libtool_VERSION=19:0:0
2678+
libtool_VERSION=20:0:0
26792679

26802680

26812681
# Default to --enable-multilib

libgm2/configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Configure script for libgm2.
2-
# Copyright (C) 2013-2023 Free Software Foundation, Inc.
2+
# Copyright (C) 2013-2024 Free Software Foundation, Inc.
33

44
# This file is part of GCC.
55

@@ -27,7 +27,7 @@ AC_CONFIG_SRCDIR(Makefile.am)
2727
# AC_CONFIG_MACRO_DIR([config])
2828
AC_CONFIG_HEADER(config.h)
2929

30-
libtool_VERSION=19:0:0
30+
libtool_VERSION=20:0:0
3131
AC_SUBST(libtool_VERSION)
3232

3333
AM_ENABLE_MULTILIB(, ..)

0 commit comments

Comments
 (0)