You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2009/06/22 16:35:05 UTC

svn commit: r787247 - /activemq/activemq-cpp/branches/activemq-cpp-2.x/configure.ac

Author: tabish
Date: Mon Jun 22 14:35:04 2009
New Revision: 787247

URL: http://svn.apache.org/viewvc?rev=787247&view=rev
Log:
Bump the configure script to a new version and libtool version for work on 2.2.7

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=787247&r1=787246&r2=787247&view=diff
==============================================================================
--- activemq/activemq-cpp/branches/activemq-cpp-2.x/configure.ac (original)
+++ activemq/activemq-cpp/branches/activemq-cpp-2.x/configure.ac Mon Jun 22 14:35:04 2009
@@ -28,7 +28,7 @@
 ## Define the Version variables
 ## -----------------------------------------------
 ACTIVEMQ_LIBRARY_NAME=activemq-cpp
-ACTIVEMQ_VERSION=2.2.6
+ACTIVEMQ_VERSION=2.2.7-SNAPSHOT
 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=8:0:0
+ACTIVEMQ_LIBRARY_VERSION=8:0:1
 
 AC_SUBST(ACTIVEMQ_LIBRARY_NAME)
 AC_SUBST(ACTIVEMQ_VERSION)