https://gcc.gnu.org/g:a52812a65cc10ef604100162c7c97ad7f4b37214

commit r15-6876-ga52812a65cc10ef604100162c7c97ad7f4b37214
Author: Iain Buclaw <ibuc...@gdcproject.org>
Date:   Mon Jan 13 20:52:49 2025 +0100

    libphobos: Bump soname to version 6 [PR117701]
    
    Each major release is not binary compatible with the previous.
    
            PR d/117701
    
    libphobos/ChangeLog:
    
            * configure: Regenerate.
            * configure.ac (libtool_VERSION): Update to 6: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 9b6a41879d36..b9fecbc0175e 100755
--- a/libphobos/configure
+++ b/libphobos/configure
@@ -15741,7 +15741,7 @@ SPEC_PHOBOS_DEPS="$LIBS"
 
 
 # Libdruntime / phobos soname version
-libtool_VERSION=5:0:0
+libtool_VERSION=6:0:0
 
 
 # Set default flags (after DRUNTIME_WERROR!)
diff --git a/libphobos/configure.ac b/libphobos/configure.ac
index 9fcd34504827..92449feb7e95 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=5:0:0
+libtool_VERSION=6:0:0
 AC_SUBST(libtool_VERSION)
 
 # Set default flags (after DRUNTIME_WERROR!)

Reply via email to