diff mbox series

[committed] libphobos: Bump soname version to 5 [PR113667]

Message ID 20240212161739.1200819-1-ibuclaw@gdcproject.org
State New
Headers show
Series [committed] libphobos: Bump soname version to 5 [PR113667] | expand

Commit Message

Iain Buclaw Feb. 12, 2024, 4:17 p.m. UTC
Hi,

This patch bumps the soname version of libphobos.

Each major release is not binary compatible with the previous.

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

Regards,
Iain.

---
	PR d/113667

libphobos/ChangeLog:

	* configure: Regenerate.
	* configure.ac (libtool_VERSION): Update to 5: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 9a59bad34ac..9b6a41879d3 100755
--- a/libphobos/configure
+++ b/libphobos/configure
@@ -15741,7 +15741,7 @@  SPEC_PHOBOS_DEPS="$LIBS"
 
 
 # Libdruntime / phobos soname version
-libtool_VERSION=4:0:0
+libtool_VERSION=5:0:0
 
 
 # Set default flags (after DRUNTIME_WERROR!)
diff --git a/libphobos/configure.ac b/libphobos/configure.ac
index bce85388612..ab82eacc204 100644
--- a/libphobos/configure.ac
+++ b/libphobos/configure.ac
@@ -258,7 +258,7 @@  SPEC_PHOBOS_DEPS="$LIBS"
 AC_SUBST(SPEC_PHOBOS_DEPS)
 
 # Libdruntime / phobos soname version
-libtool_VERSION=4:0:0
+libtool_VERSION=5:0:0
 AC_SUBST(libtool_VERSION)
 
 # Set default flags (after DRUNTIME_WERROR!)