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/14 12:43:00 UTC

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

Author: samisa
Date: Sun May 14 03:42:58 2006
New Revision: 406307

URL: http://svn.apache.org/viewcvs?rev=406307&view=rev
Log:
Fixed the vesion 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=406307&r1=406306&r2=406307&view=diff
==============================================================================
--- webservices/axis2/trunk/c/configure.ac (original)
+++ webservices/axis2/trunk/c/configure.ac Sun May 14 03:42:58 2006
@@ -2,7 +2,7 @@
 
 AC_PREREQ(2.59)
 
-AC_INIT(axis2c-src, 0.92)
+AC_INIT(axis2c-src, 0.91)
 AC_CANONICAL_SYSTEM
 AM_CONFIG_HEADER(config.h)
 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)