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/03/20 20:11:30 UTC

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

Author: tabish
Date: Fri Mar 20 19:11:29 2009
New Revision: 756715

URL: http://svn.apache.org/viewvc?rev=756715&view=rev
Log:
Prep for 2.2.5 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=756715&r1=756714&r2=756715&view=diff
==============================================================================
--- activemq/activemq-cpp/branches/activemq-cpp-2.x/configure.ac (original)
+++ activemq/activemq-cpp/branches/activemq-cpp-2.x/configure.ac Fri Mar 20 19:11:29 2009
@@ -28,7 +28,7 @@
 ## Define the Version variables
 ## -----------------------------------------------
 ACTIVEMQ_LIBRARY_NAME=activemq-cpp
-ACTIVEMQ_VERSION=2.2.4
+ACTIVEMQ_VERSION=2.2.5
 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:1:0
+ACTIVEMQ_LIBRARY_VERSION=7:0:0
 
 AC_SUBST(ACTIVEMQ_LIBRARY_NAME)
 AC_SUBST(ACTIVEMQ_VERSION)