Author: tabish Date: Tue Apr 14 14:35:11 2009 New Revision: 764792 URL: http://svn.apache.org/viewvc?rev=764792&view=rev Log: Update the configure script to increase the Library version to reflect the change in the decaf::io API update. Modified: activemq/activemq-cpp/branches/activemq-cpp-2.x/configure.ac Modified: activemq/activemq-cpp/branches/activemq-cpp-2.x/configure.ac URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/branches/activemq-cpp-2.x/configure.ac?rev=764792&r1=764791&r2=764792&view=diff ============================================================================== --- activemq/activemq-cpp/branches/activemq-cpp-2.x/configure.ac (original) +++ activemq/activemq-cpp/branches/activemq-cpp-2.x/configure.ac Tue Apr 14 14:35:11 2009 @@ -28,7 +28,7 @@ ## Define the Version variables ## ----------------------------------------------- ACTIVEMQ_LIBRARY_NAME=activemq-cpp -ACTIVEMQ_VERSION=2.2.5 +ACTIVEMQ_VERSION=2.2.6 ACTIVEMQ_API_VERSION=${ACTIVEMQ_VERSION} ## @@ -44,7 +44,7 @@ ## REVISION: a change in the REVISION number is made for any other type of change ## that does not justify a change to MINOR or MAJOR ## -ACTIVEMQ_LIBRARY_VERSION=7:0:0 +ACTIVEMQ_LIBRARY_VERSION=8:0:0 AC_SUBST(ACTIVEMQ_LIBRARY_NAME) AC_SUBST(ACTIVEMQ_VERSION)