Author: tabish
Date: Wed Jan 7 08:45:54 2009
New Revision: 732394
URL: http://svn.apache.org/viewvc?rev=732394&view=rev
Log:
Update build version for ABI changes.
Modified:
activemq/activemq-cpp/trunk/configure.ac
Modified: activemq/activemq-cpp/trunk/configure.ac
URL:
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/configure.ac?rev=732394&r1=732393&r2=732394&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/configure.ac (original)
+++ activemq/activemq-cpp/trunk/configure.ac Wed Jan 7 08:45:54 2009
@@ -28,7 +28,7 @@
## Define the Version variables
## -----------------------------------------------
ACTIVEMQ_LIBRARY_NAME=activemq-cpp
-ACTIVEMQ_VERSION=2.3-SNAPSHOT
+ACTIVEMQ_VERSION=3.0-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=5:0:0
+ACTIVEMQ_LIBRARY_VERSION=6:0:0
AC_SUBST(ACTIVEMQ_LIBRARY_NAME)
AC_SUBST(ACTIVEMQ_VERSION)