]> granicus.if.org Git - php/commitdiff
Building libmbfl seperately fails since the shared library version is an API referenc...
authorScott MacVicar <scottmac@php.net>
Tue, 16 Feb 2010 09:35:31 +0000 (09:35 +0000)
committerScott MacVicar <scottmac@php.net>
Tue, 16 Feb 2010 09:35:31 +0000 (09:35 +0000)
ext/mbstring/libmbfl/configure.in

index 47e1026c7d3e24e4c3fb7da38fdf489485707914..9e0a1f7895f6056e623a0f5f2177fcec53531a60 100644 (file)
@@ -4,7 +4,9 @@ AM_INIT_AUTOMAKE(libmbfl, 1.0.2)
 AC_CONFIG_SRCDIR(mbfl/mbfilter.c)
 AM_CONFIG_HEADER(config.h)
 
-SHLIB_VERSION="1:0:2"
+# SHLIB isn't a version number but the API reference
+# Read http://www.gnu.org/software/libtool/manual/libtool.html#Updating-version-info
+SHLIB_VERSION="1:1:0"
 AC_SUBST(SHLIB_VERSION)
 
 # Checks for programs.