X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=configure.ac;h=1ff7b29bdeaf5097761651016dc7e4e0dc139939;hb=3998b1125e1b9f8ebd2c963aa6f8d60131bc97c4;hp=7deac7115115312fa5186f6e6340a5a55d391a51;hpb=000810c79a803a1b8696697cbac13bf9f921c959;p=m6w6%2Flibmemcached diff --git a/configure.ac b/configure.ac index 7deac711..1ff7b29b 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ # Use and distribution licensed under the BSD license. See # the COPYING file in this directory for full text. -AC_INIT([libmemcached],[1.0.5],[http://libmemcached.org/]) +AC_INIT([libmemcached],[1.0.6],[http://libmemcached.org/]) AC_CONFIG_AUX_DIR(config) @@ -33,7 +33,7 @@ AC_CHECK_PROGS([LEX], ['flex'], [:]) #shared library versioning MEMCACHED_UTIL_LIBRARY_VERSION=2:0:0 MEMCACHED_PROTOCAL_LIBRARY_VERSION=0:0:0 -MEMCACHED_LIBRARY_VERSION=9:0:0 +MEMCACHED_LIBRARY_VERSION=10:0:0 # | | | # +------+ | +---+ # | | | @@ -172,7 +172,7 @@ AC_C_RESTRICT AX_CXX_GCC_ABI_DEMANGLE -AX_SASL_OPTION +AX_SASL_CHECK dnl dnl The sasl functions should only be visible if we build with sasl support