From 2d434185acac985bc6025adcda8401da7da498b5 Mon Sep 17 00:00:00 2001 From: Brian Aker Date: Wed, 28 Jul 2010 16:14:53 -0700 Subject: [PATCH] Update version/etc. --- configure.ac | 4 ++-- support/libmemcached.spec.in | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index d3a4a349..0a2df059 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ # the COPYING file in this directory for full text. AC_PREREQ(2.59) -AC_INIT([libmemcached],[0.42],[http://libmemcached.org/]) +AC_INIT([libmemcached],[0.43],[http://libmemcached.org/]) AC_CONFIG_SRCDIR([libmemcached/memcached.c]) AC_CONFIG_AUX_DIR(config) @@ -16,7 +16,7 @@ PANDORA_CANONICAL_TARGET #shared library versioning MEMCACHED_UTIL_LIBRARY_VERSION=1:0:0 MEMCACHED_PROTOCAL_LIBRARY_VERSION=0:0:0 -MEMCACHED_LIBRARY_VERSION=5:1:0 +MEMCACHED_LIBRARY_VERSION=5:2:0 # | | | # +------+ | +---+ # | | | diff --git a/support/libmemcached.spec.in b/support/libmemcached.spec.in index 2a120a61..859fd961 100644 --- a/support/libmemcached.spec.in +++ b/support/libmemcached.spec.in @@ -83,7 +83,7 @@ you will need to install %{name}-devel. %exclude %{_libdir}/libmemcachedutil.la %exclude %{_libdir}/libmemcachedprotocol.la %{_libdir}/libhashkit.so.0.0.0 -%{_libdir}/libmemcached.so.5.0.1 +%{_libdir}/libmemcached.so.5.0.2 %{_libdir}/libmemcachedutil.so.1.0.0 %{_libdir}/libmemcachedprotocol.so.0.0.0 %{_libdir}/libhashkit.so.0 -- 2.30.2