summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTrond Norbye <Trond.Norbye@sun.com>2008-08-03 22:31:06 +0900
committerDustin Sallings <dustin@spy.net>2009-01-03 00:09:09 -0800
commitac845d25d9b6edf44e6a9d19b1bb3fcf273b4abf (patch)
treecf67002a760b25a75837575b32f5641c587190aa /configure.ac
parent61e085965e593d1afa758666797c163de83b12a5 (diff)
downloadmemcached-ac845d25d9b6edf44e6a9d19b1bb3fcf273b4abf.tar.gz
Applied Trond's false assertion removal patch and stamped to 1.3.1
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 28f84cf..d7bf10c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.52)
-AC_INIT(memcached, 1.3.0, brad@danga.com)
+AC_INIT(memcached, 1.3.1, brad@danga.com)
AC_CANONICAL_SYSTEM
AC_CONFIG_SRCDIR(memcached.c)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)