Commit bc093503 by Iain Buclaw

libphobos: Reset libtool_VERSION to 1:0:0

libphobos/ChangeLog:

2020-03-16  Iain Buclaw  <ibuclaw@gdcproject.org>

	PR d/92792
	* Makefile.in: Regenerate.
	* configure: Regenerate.
	* configure.ac (libtool_VERSION): Reset to 1:0:0.
	* libdruntime/Makefile.in: Regenerate.
parent f19b40bd
2020-03-16 Iain Buclaw <ibuclaw@gdcproject.org>
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 <mliska@suse.cz> 2020-02-17 Martin Liska <mliska@suse.cz>
PR other/93756 PR other/93756
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
@SET_MAKE@ @SET_MAKE@
# Makefile for the toplevel directory of the D Standard library. # 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 # GCC is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
......
...@@ -15359,7 +15359,7 @@ SPEC_PHOBOS_DEPS="$LIBS" ...@@ -15359,7 +15359,7 @@ SPEC_PHOBOS_DEPS="$LIBS"
# Libdruntime / phobos soname version # Libdruntime / phobos soname version
libtool_VERSION=76:3:0 libtool_VERSION=1:0:0
# Set default flags (after DRUNTIME_WERROR!) # Set default flags (after DRUNTIME_WERROR!)
......
...@@ -201,7 +201,7 @@ SPEC_PHOBOS_DEPS="$LIBS" ...@@ -201,7 +201,7 @@ SPEC_PHOBOS_DEPS="$LIBS"
AC_SUBST(SPEC_PHOBOS_DEPS) AC_SUBST(SPEC_PHOBOS_DEPS)
# Libdruntime / phobos soname version # Libdruntime / phobos soname version
libtool_VERSION=76:3:0 libtool_VERSION=1:0:0
AC_SUBST(libtool_VERSION) AC_SUBST(libtool_VERSION)
# Set default flags (after DRUNTIME_WERROR!) # Set default flags (after DRUNTIME_WERROR!)
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
@SET_MAKE@ @SET_MAKE@
# Makefile for the D runtime library. # 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 # GCC is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment