Turns out the protocol docs were in error, and that the size for 1.2 was a
[m6w6/libmemcached] / configure.ac
index 0c8be6ff75f996521a2349e51cd1336d262085e1..a1bc2afe89e2355c7bff3a8c57a5406020f7bea8 100644 (file)
@@ -1,6 +1,7 @@
 AC_INIT(src/memcat.c)
 AC_CONFIG_AUX_DIR(config)
 AM_CONFIG_HEADER(include/libmemcached_config.h)
+AC_CANONICAL_SYSTEM
 
 MEMCACHED_LIBRARY_NAME=libmemcached
 
@@ -14,7 +15,7 @@ MEMCACHED_API_VERSION=1.0
 AC_SUBST(MEMCACHED_API_VERSION)
 
 #shared library versioning
-MEMCACHED_LIBRARY_VERSION=1:1:0
+MEMCACHED_LIBRARY_VERSION=2:2:1
 #                         | | |
 #                  +------+ | +---+
 #                  |        |     |