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 sa...@apache.org on 2006/05/13 03:46:06 UTC

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

Author: samisa
Date: Fri May 12 18:46:05 2006
New Revision: 405979

URL: http://svn.apache.org/viewcvs?rev=405979&view=rev
Log:
Updated the version number

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=405979&r1=405978&r2=405979&view=diff
==============================================================================
--- webservices/axis2/trunk/c/configure.ac (original)
+++ webservices/axis2/trunk/c/configure.ac Fri May 12 18:46:05 2006
@@ -2,7 +2,7 @@
 
 AC_PREREQ(2.59)
 
-AC_INIT(axis2c-src, 0.91_pre)
+AC_INIT(axis2c-src, 0.92)
 AC_CANONICAL_SYSTEM
 AM_CONFIG_HEADER(config.h)
 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)