On Tue, Nov 25, 2025 at 3:43 PM Jonathan Wakely <[email protected]> wrote:
> 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. > --- > > Tested x86_64-linux. > Now that I understand the context, LGTM. > > 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 > -- > 2.51.1 > >
