diff options
| author | Ted Ross <tross@apache.org> | 2009-07-02 16:41:41 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2009-07-02 16:41:41 +0000 |
| commit | 3685c5fe3a0fdae3f383fff68cc5edbaf6a52122 (patch) | |
| tree | 46c4fe7ddfd44236af8a403bf83e6d8386fe5f20 /qpid/cpp | |
| parent | ee8ab4e977e0aebfe1473260904624c006466114 (diff) | |
| download | qpid-python-3685c5fe3a0fdae3f383fff68cc5edbaf6a52122.tar.gz | |
Bumped the libtool version information for the C++ libraries.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@790661 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp')
| -rw-r--r-- | qpid/cpp/configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/cpp/configure.ac b/qpid/cpp/configure.ac index 054ebb16f1..da0f8c576f 100644 --- a/qpid/cpp/configure.ac +++ b/qpid/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) |
