diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2023-06-09 10:15:16 +0100 |
---|---|---|
committer | Jonathan Wakely <jwakely@redhat.com> | 2023-06-09 13:08:26 +0100 |
commit | 9a3558cf1fb40bc43ab1d99b3b87de60a8bca4d7 (patch) | |
tree | 27cd9351e8c7b2a659649e04ad8252b21ec2adbc /libstdc++-v3/configure | |
parent | 628ba410b9265dbd4278c1f1b1fadf05348adef2 (diff) | |
download | gcc-9a3558cf1fb40bc43ab1d99b3b87de60a8bca4d7.zip gcc-9a3558cf1fb40bc43ab1d99b3b87de60a8bca4d7.tar.gz gcc-9a3558cf1fb40bc43ab1d99b3b87de60a8bca4d7.tar.bz2 |
libstdc++: Bump library version to libstdc++.so.6.0.33
The addition of __cxa_call_terminate@@CXXABI_1.3.15 on trunk means we
need a new version.
libstdc++-v3/ChangeLog:
* acinclude.m4 (libtool_VERSION): Update to 6.0.33.
* configure: Regenerate.
* doc/xml/manual/abi.xml: Add libstdc++.so.6.0.33.
* doc/html/manual/abi.html: Regenerate.
Diffstat (limited to 'libstdc++-v3/configure')
-rwxr-xr-x | libstdc++-v3/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure index 47db64f..354c566 100755 --- a/libstdc++-v3/configure +++ b/libstdc++-v3/configure @@ -69186,7 +69186,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:32:0 +libtool_VERSION=6:33:0 # Everything parsed; figure out what files and settings to use. case $enable_symvers in |