You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by pi...@apache.org on 2008/07/03 13:41:16 UTC

svn commit: r673657 - /webservices/axis2/trunk/c/util/include/axutil_version.h

Author: pini
Date: Thu Jul  3 04:41:16 2008
New Revision: 673657

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

Modified:
    webservices/axis2/trunk/c/util/include/axutil_version.h

Modified: webservices/axis2/trunk/c/util/include/axutil_version.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/util/include/axutil_version.h?rev=673657&r1=673656&r2=673657&view=diff
==============================================================================
--- webservices/axis2/trunk/c/util/include/axutil_version.h (original)
+++ webservices/axis2/trunk/c/util/include/axutil_version.h Thu Jul  3 04:41:16 2008
@@ -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       4
+#define AXIS2_MINOR_VERSION       5
 
 /** patch level
  * The Patch Level never includes API changes, simply bug fixes.