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/02/10 22:58:52 UTC

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

Author: tabish
Date: Tue Feb 10 21:58:51 2009
New Revision: 743121

URL: http://svn.apache.org/viewvc?rev=743121&view=rev
Log:
Update for next release

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=743121&r1=743120&r2=743121&view=diff
==============================================================================
--- activemq/activemq-cpp/branches/activemq-cpp-2.x/configure.ac (original)
+++ activemq/activemq-cpp/branches/activemq-cpp-2.x/configure.ac Tue Feb 10 21:58:51 2009
@@ -28,7 +28,7 @@
 ## Define the Version variables
 ## -----------------------------------------------
 ACTIVEMQ_LIBRARY_NAME=activemq-cpp
-ACTIVEMQ_VERSION=2.2.3
+ACTIVEMQ_VERSION=2.2.4
 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=6:0:0
+ACTIVEMQ_LIBRARY_VERSION=6:0:1
 
 AC_SUBST(ACTIVEMQ_LIBRARY_NAME)
 AC_SUBST(ACTIVEMQ_VERSION)