[gcc r16-5591] libstdc++: Bump libtool_VERSION for GCC 16
Jonathan Wakely
redi@gcc.gnu.org
Tue Nov 25 20:52:04 GMT 2025
https://gcc.gnu.org/g:48f58eb854ece652241cc27e80534f02a7c7aded
commit r16-5591-g48f58eb854ece652241cc27e80534f02a7c7aded
Author: Jonathan Wakely <jwakely@redhat.com>
Date: Mon Nov 24 14:54:07 2025 +0000
libstdc++: Bump libtool_VERSION for GCC 16
This should have been done in r16-995-gda9b2ea04c084d (or any of the
later changes that added new symbols to trunk).
libstdc++-v3/ChangeLog:
* acinclude.m4 (libtool_VERSION): Bump version.
* configure: Regenerate.
Diff:
---
libstdc++-v3/acinclude.m4 | 2 +-
libstdc++-v3/configure | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/libstdc++-v3/acinclude.m4 b/libstdc++-v3/acinclude.m4
index d68dbf7bcd42..e4eb773144af 100644
--- a/libstdc++-v3/acinclude.m4
+++ b/libstdc++-v3/acinclude.m4
@@ -4081,7 +4081,7 @@ changequote([,])dnl
fi
# For libtool versioning info, format is CURRENT:REVISION:AGE
-libtool_VERSION=6:34:0
+libtool_VERSION=6:35:0
# Everything parsed; figure out what files and settings to use.
case $enable_symvers in
diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure
index 3509947753ad..b1e1275c47f4 100755
--- a/libstdc++-v3/configure
+++ b/libstdc++-v3/configure
@@ -51242,7 +51242,7 @@ $as_echo "$as_me: WARNING: === Symbol versioning will be disabled." >&2;}
fi
# For libtool versioning info, format is CURRENT:REVISION:AGE
-libtool_VERSION=6:34:0
+libtool_VERSION=6:35:0
# Everything parsed; figure out what files and settings to use.
case $enable_symvers in
More information about the Libstdc++-cvs
mailing list