diff mbox series

[committed] libphobos: Update libtool version to 2:0:0

Message ID 20201113140544.1974535-1-ibuclaw@gdcproject.org
State New
Headers show
Series [committed] libphobos: Update libtool version to 2:0:0 | expand

Commit Message

Iain Buclaw Nov. 13, 2020, 2:05 p.m. UTC
Hi,

This patch bumps the libphobos soname to 2:0:0 so that the library is
not to conflict with gcc-10.

Bootstrapped and regression tested on x86_64-linux-gnu, and committed to
mainline.

Regards
Iain.
---
libphobos/ChangeLog:

	* configure: Regenerate.
	* configure.ac (libtool_VERSION): Update to 2:0.0.
---
 libphobos/configure    | 2 +-
 libphobos/configure.ac | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/libphobos/configure b/libphobos/configure
index 4c1116d6f80..de6d367911a 100755
--- a/libphobos/configure
+++ b/libphobos/configure
@@ -15501,7 +15501,7 @@  SPEC_PHOBOS_DEPS="$LIBS"
 
 
 # Libdruntime / phobos soname version
-libtool_VERSION=1:0:0
+libtool_VERSION=2:0:0
 
 
 # Set default flags (after DRUNTIME_WERROR!)
diff --git a/libphobos/configure.ac b/libphobos/configure.ac
index bf21128bd50..60aee3ffe8b 100644
--- a/libphobos/configure.ac
+++ b/libphobos/configure.ac
@@ -256,7 +256,7 @@  SPEC_PHOBOS_DEPS="$LIBS"
 AC_SUBST(SPEC_PHOBOS_DEPS)
 
 # Libdruntime / phobos soname version
-libtool_VERSION=1:0:0
+libtool_VERSION=2:0:0
 AC_SUBST(libtool_VERSION)
 
 # Set default flags (after DRUNTIME_WERROR!)