diff options
author | Iain Buclaw <ibuclaw@gdcproject.org> | 2025-01-13 20:52:49 +0100 |
---|---|---|
committer | Iain Buclaw <ibuclaw@gdcproject.org> | 2025-01-13 20:53:54 +0100 |
commit | a52812a65cc10ef604100162c7c97ad7f4b37214 (patch) | |
tree | 609ccf6d60e1c1874f4e6d2de98589d315f5414c /libphobos/configure | |
parent | a1a14ce3c39c25fecf052ffde063fc0ecfc2ffa3 (diff) | |
download | gcc-a52812a65cc10ef604100162c7c97ad7f4b37214.zip gcc-a52812a65cc10ef604100162c7c97ad7f4b37214.tar.gz gcc-a52812a65cc10ef604100162c7c97ad7f4b37214.tar.bz2 |
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.
Diffstat (limited to 'libphobos/configure')
-rwxr-xr-x | libphobos/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libphobos/configure b/libphobos/configure index 9b6a418..b9fecbc 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!) |