summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorTed Ross <tross@apache.org>2009-07-02 16:41:41 +0000
committerTed Ross <tross@apache.org>2009-07-02 16:41:41 +0000
commit577c1e9b2e12483223efe95cd83eb0f57e9f3448 (patch)
treef6e60d9bffa96a136fb899ba995bccb2542a0866 /cpp
parentf3841781412f5cc77ea26c6b4ac609a48db9f14f (diff)
downloadqpid-python-577c1e9b2e12483223efe95cd83eb0f57e9f3448.tar.gz
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
Diffstat (limited to 'cpp')
-rw-r--r--cpp/configure.ac4
1 files changed, 2 insertions, 2 deletions
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)