https://gcc.gnu.org/g:4626921de245970b4bd6ab0a837841185cf7de2d
commit r16-7052-g4626921de245970b4bd6ab0a837841185cf7de2d Author: Iain Buclaw <[email protected]> Date: Tue Jan 20 17:47:01 2026 +0100 libphobos: Bump soname to version 7 [PR122800] Each major release is not binary compatible with the previous. PR d/122800 libphobos/ChangeLog: * configure: Regenerate. * configure.ac (libtool_VERSION): Update to 7:0:0. Diff: --- libphobos/configure | 2 +- libphobos/configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libphobos/configure b/libphobos/configure index d2bc8c2cde51..c150fdd192e1 100755 --- a/libphobos/configure +++ b/libphobos/configure @@ -16175,7 +16175,7 @@ SPEC_PHOBOS_DEPS="$LIBS" # Libdruntime / phobos soname version -libtool_VERSION=6:0:0 +libtool_VERSION=7:0:0 # Set default flags (after DRUNTIME_WERROR!) diff --git a/libphobos/configure.ac b/libphobos/configure.ac index 0b206ca80017..5ae2427a7434 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=6:0:0 +libtool_VERSION=7:0:0 AC_SUBST(libtool_VERSION) # Set default flags (after DRUNTIME_WERROR!)
