diff options
Diffstat (limited to 'libphobos/configure.ac')
-rw-r--r-- | libphobos/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libphobos/configure.ac b/libphobos/configure.ac index bf21128..60aee3f 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=1:0:0 +libtool_VERSION=2:0:0 AC_SUBST(libtool_VERSION) # Set default flags (after DRUNTIME_WERROR!) |