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 2010/06/01 22:29:58 UTC

svn commit: r950238 - /activemq/activemq-cpp/trunk/activemq-cpp/configure.ac

Author: tabish
Date: Tue Jun  1 20:29:57 2010
New Revision: 950238

URL: http://svn.apache.org/viewvc?rev=950238&view=rev
Log:
Add some more versioning exports for use in generating ActiveMQConnectionMetaData

Modified:
    activemq/activemq-cpp/trunk/activemq-cpp/configure.ac

Modified: activemq/activemq-cpp/trunk/activemq-cpp/configure.ac
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/configure.ac?rev=950238&r1=950237&r2=950238&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/configure.ac (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/configure.ac Tue Jun  1 20:29:57 2010
@@ -25,9 +25,9 @@ AC_CONFIG_AUX_DIR(config)
 AC_CONFIG_SRCDIR(src/main/activemq/core/ActiveMQConnection.cpp)
 AC_CONFIG_MACRO_DIR([m4])
 
-## -----------------------------------------------
-## Define the Version variables
-## -----------------------------------------------
+## ------------------------------------------------------------
+## Define the Version variables for the ActiveMQ-CPP Library
+## ------------------------------------------------------------
 ACTIVEMQ_LIBRARY_NAME=activemq-cpp
 ACTIVEMQ_MAJOR_VERSION=3
 ACTIVEMQ_MINOR_VERSION=2
@@ -35,6 +35,17 @@ ACTIVEMQ_PATCH_VERSION=0
 ACTIVEMQ_VERSION=${ACTIVEMQ_MAJOR_VERSION}.${ACTIVEMQ_MINOR_VERSION}.${ACTIVEMQ_PATCH_VERSION}
 ACTIVEMQ_API_VERSION=${ACTIVEMQ_VERSION}
 
+## ------------------------------------------------------------
+## Define the Version variables for the CMS API Library
+## ------------------------------------------------------------
+CMSAPI_MAJOR_VERSION=2
+CMSAPI_MINOR_VERSION=2
+CMSAPI_VERSION=${CMSAPI_MAJOR_VERSION}.${CMSAPI_MINOR_VERSION}
+
+AC_SUBST(CMSAPI_MAJOR_VERSION)
+AC_SUBST(CMSAPI_MINOR_VERSION)
+AC_SUBST(CMSAPI_VERSION)
+
 ##
 ## When releasing a new version the ACTIVEMQ_LIBRARY_VERSION needs to be updated.
 ## The following rules apply to the numbers in the version.