Author: tabish
Date: Tue Aug 26 15:32:37 2008
New Revision: 689270

URL: http://svn.apache.org/viewvc?rev=689270&view=rev
Log:
Prep for 2.2.1 release

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=689270&r1=689269&r2=689270&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/configure.ac (original)
+++ activemq/activemq-cpp/trunk/configure.ac Tue Aug 26 15:32:37 2008
@@ -27,9 +27,23 @@
 ## -----------------------------------------------
 ACTIVEMQ_LIBRARY_NAME=activemq-cpp
 ACTIVEMQ_VERSION=2.2.1
-ACTIVEMQ_LIBRARY_VERSION=4:0:0
 ACTIVEMQ_API_VERSION=${ACTIVEMQ_VERSION}
 
+##
+## When releasing a new version the ACTIVEMQ_LIBRARY_VERSION needs to be 
updated.
+## The following rules apply to the numbers in the version.
+##
+## MAJOR: a change in the MAJOR number is necessary for anything that changes
+##  binary compatibility (e.g. changing a function prototype or class 
definition),
+##  or when major internal changes occur
+## MINOR: a change in the MINOR number is necessary whenever new functionality 
is
+##  added without breaking binary compatibility (e.g. adding a new class), or 
when
+##  anything other than very minor internal changes occur
+## 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=4:0:0
+
 AC_SUBST(ACTIVEMQ_LIBRARY_NAME)
 AC_SUBST(ACTIVEMQ_VERSION)
 AC_SUBST(ACTIVEMQ_LIBRARY_VERSION)


Reply via email to