Skip to content
Snippets Groups Projects
Commit 160f3f31 authored by Iain Buclaw's avatar Iain Buclaw
Browse files

libphobos: Bump soname version to 5 [PR113667]

Each major release is not binary compatible with the previous.

	PR d/113667

libphobos/ChangeLog:

	* configure: Regenerate.
	* configure.ac (libtool_VERSION): Update to 5:0:0.
parent b0efb1c3
No related branches found
No related tags found
No related merge requests found
......@@ -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!)
......
......@@ -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!)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment