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 da...@apache.org on 2006/03/29 10:58:56 UTC

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

Author: damitha
Date: Wed Mar 29 00:58:54 2006
New Revision: 389713

URL: http://svn.apache.org/viewcvs?rev=389713&view=rev
Log:
changed version M0.5 to 0.90

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=389713&r1=389712&r2=389713&view=diff
==============================================================================
--- webservices/axis2/trunk/c/configure.ac (original)
+++ webservices/axis2/trunk/c/configure.ac Wed Mar 29 00:58:54 2006
@@ -2,7 +2,7 @@
 
 AC_PREREQ(2.59)
 
-AC_INIT(axis2c-src, M0.5)
+AC_INIT(axis2c-src, 0.90)
 AC_CANONICAL_SYSTEM
 AM_CONFIG_HEADER(config.h)
 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)