From: Iain Buclaw Date: Mon, 16 Mar 2020 16:00:07 +0000 (+0100) Subject: libphobos: Reset libtool_VERSION to 1:0:0 X-Git-Tag: basepoints/gcc-11~886 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc093503d74b02f5372373bfaf052fb1bac3d553;p=thirdparty%2Fgcc.git libphobos: Reset libtool_VERSION to 1:0:0 libphobos/ChangeLog: 2020-03-16 Iain Buclaw PR d/92792 * Makefile.in: Regenerate. * configure: Regenerate. * configure.ac (libtool_VERSION): Reset to 1:0:0. * libdruntime/Makefile.in: Regenerate. --- diff --git a/libphobos/ChangeLog b/libphobos/ChangeLog index ace6a2fec92b..d3edfd3c29a9 100644 --- a/libphobos/ChangeLog +++ b/libphobos/ChangeLog @@ -1,3 +1,11 @@ +2020-03-16 Iain Buclaw + + PR d/92792 + * Makefile.in: Regenerate. + * configure: Regenerate. + * configure.ac (libtool_VERSION): Reset to 1:0:0. + * libdruntime/Makefile.in: Regenerate. + 2020-02-17 Martin Liska PR other/93756 diff --git a/libphobos/Makefile.in b/libphobos/Makefile.in index 4e6d04485255..6a774e961269 100644 --- a/libphobos/Makefile.in +++ b/libphobos/Makefile.in @@ -15,7 +15,7 @@ @SET_MAKE@ # Makefile for the toplevel directory of the D Standard library. -# Copyright (C) 2006-2019 Free Software Foundation, Inc. +# Copyright (C) 2006-2020 Free Software Foundation, Inc. # # GCC is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/libphobos/configure b/libphobos/configure index 741e23ea7a85..9cad270b2eb7 100755 --- a/libphobos/configure +++ b/libphobos/configure @@ -15359,7 +15359,7 @@ SPEC_PHOBOS_DEPS="$LIBS" # Libdruntime / phobos soname version -libtool_VERSION=76:3:0 +libtool_VERSION=1:0:0 # Set default flags (after DRUNTIME_WERROR!) diff --git a/libphobos/configure.ac b/libphobos/configure.ac index be4d85eaa9f7..69c635f405be 100644 --- a/libphobos/configure.ac +++ b/libphobos/configure.ac @@ -201,7 +201,7 @@ SPEC_PHOBOS_DEPS="$LIBS" AC_SUBST(SPEC_PHOBOS_DEPS) # Libdruntime / phobos soname version -libtool_VERSION=76:3:0 +libtool_VERSION=1:0:0 AC_SUBST(libtool_VERSION) # Set default flags (after DRUNTIME_WERROR!) diff --git a/libphobos/libdruntime/Makefile.in b/libphobos/libdruntime/Makefile.in index 63422308c65d..44361f9c8186 100644 --- a/libphobos/libdruntime/Makefile.in +++ b/libphobos/libdruntime/Makefile.in @@ -15,7 +15,7 @@ @SET_MAKE@ # Makefile for the D runtime library. -# Copyright (C) 2012-2019 Free Software Foundation, Inc. +# Copyright (C) 2012-2020 Free Software Foundation, Inc. # # GCC is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by