Skip to content

Commit

Permalink
libphobos: Bump soname version to 5 [PR113667]
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ibuclaw committed Feb 12, 2024
1 parent b0efb1c commit 160f3f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libphobos/configure
Original file line number Diff line number Diff line change
Expand Up @@ -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!)
Expand Down
2 changes: 1 addition & 1 deletion libphobos/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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!)
Expand Down

0 comments on commit 160f3f3

Please sign in to comment.