You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-commits@axis.apache.org by sh...@apache.org on 2010/03/03 13:24:30 UTC

svn commit: r918441 - /axis/axis2/c/core/trunk/util/include/axutil_version.h

Author: shankar
Date: Wed Mar  3 12:24:30 2010
New Revision: 918441

URL: http://svn.apache.org/viewvc?rev=918441&view=rev
Log:
changing version number

Modified:
    axis/axis2/c/core/trunk/util/include/axutil_version.h

Modified: axis/axis2/c/core/trunk/util/include/axutil_version.h
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/util/include/axutil_version.h?rev=918441&r1=918440&r2=918441&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/util/include/axutil_version.h (original)
+++ axis/axis2/c/core/trunk/util/include/axutil_version.h Wed Mar  3 12:24:30 2010
@@ -34,7 +34,7 @@
  * Minor API changes that do not cause binary compatibility problems.
  * Reset to 0 when upgrading AXIS2_MAJOR_VERSION
  */
-#define AXIS2_MINOR_VERSION       6
+#define AXIS2_MINOR_VERSION       7
 
 /** patch level
  * The Patch Level never includes API changes, simply bug fixes.