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 da...@apache.org on 2006/02/15 05:58:28 UTC

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

Author: damitha
Date: Tue Feb 14 20:58:25 2006
New Revision: 377940

URL: http://svn.apache.org/viewcvs?rev=377940&view=rev
Log:
Changed so that make dist reflect the current version

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=377940&r1=377939&r2=377940&view=diff
==============================================================================
--- webservices/axis2/trunk/c/configure.ac (original)
+++ webservices/axis2/trunk/c/configure.ac Tue Feb 14 20:58:25 2006
@@ -2,7 +2,7 @@
 
 AC_PREREQ(2.59)
 
-AC_INIT(axis2, M0.4)
+AC_INIT(axis2c-src, M0.4)
 AC_CANONICAL_SYSTEM
 AM_CONFIG_HEADER(config.h)
 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)