From 577c1e9b2e12483223efe95cd83eb0f57e9f3448 Mon Sep 17 00:00:00 2001 From: Ted Ross Date: Thu, 2 Jul 2009 16:41:41 +0000 Subject: Bumped the libtool version information for the C++ libraries. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@790661 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpp') diff --git a/cpp/configure.ac b/cpp/configure.ac index 054ebb16f1..da0f8c576f 100644 --- a/cpp/configure.ac +++ b/cpp/configure.ac @@ -112,9 +112,9 @@ gl_saved_libs=$LIBS LIBS=$gl_saved_libs # Set the argument to be used in "libtool -version-info ARG". -QPID_CURRENT=1 +QPID_CURRENT=2 QPID_REVISION=0 -QPID_AGE=1 +QPID_AGE=0 LIBTOOL_VERSION_INFO_ARG=$QPID_CURRENT:$QPID_REVISION:$QPID_AGE AC_SUBST(LIBTOOL_VERSION_INFO_ARG) -- cgit v1.2.1