You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by sa...@apache.org on 2006/03/07 06:08:14 UTC

svn commit: r383783 - /webservices/axis2/trunk/c/configure.ac

Author: samisa
Date: Mon Mar  6 21:08:13 2006
New Revision: 383783

URL: http://svn.apache.org/viewcvs?rev=383783&view=rev
Log:
Changed the version to next one

Modified:
    webservices/axis2/trunk/c/configure.ac

Modified: webservices/axis2/trunk/c/configure.ac
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/configure.ac?rev=383783&r1=383782&r2=383783&view=diff
==============================================================================
--- webservices/axis2/trunk/c/configure.ac (original)
+++ webservices/axis2/trunk/c/configure.ac Mon Mar  6 21:08:13 2006
@@ -2,7 +2,7 @@
 
 AC_PREREQ(2.59)
 
-AC_INIT(axis2c-src, M0.4)
+AC_INIT(axis2c-src, M0.5)
 AC_CANONICAL_SYSTEM
 AM_CONFIG_HEADER(config.h)
 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)