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 2007/04/03 06:42:56 UTC

svn commit: r525028 - in /webservices/axis2/trunk/c: build/win32/configure.in configure.ac

Author: samisa
Date: Mon Apr  2 21:42:54 2007
New Revision: 525028

URL: http://svn.apache.org/viewvc?view=rev&rev=525028
Log:
Changed the version number to 1.0

Modified:
    webservices/axis2/trunk/c/build/win32/configure.in
    webservices/axis2/trunk/c/configure.ac

Modified: webservices/axis2/trunk/c/build/win32/configure.in
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/build/win32/configure.in?view=diff&rev=525028&r1=525027&r2=525028
==============================================================================
--- webservices/axis2/trunk/c/build/win32/configure.in (original)
+++ webservices/axis2/trunk/c/build/win32/configure.in Mon Apr  2 21:42:54 2007
@@ -9,7 +9,7 @@
 APACHE_VERSION_IS_2_0_59 = 0
 OPENSSL_BIN_DIR = E:\OpenSSL
 LIBCURL_BIN_DIR = E:\libcurl-7.15.1-msvc-win32-ssl-0.9.8a-zlib-1.2.3
-RELEASE_VER = 0.96
+RELEASE_VER = 1.0.0
 
 ## to use apache 2.2.3 , use  APACHE_VERSION_IS_2_0_59 = 0
 ## to build with debug symbols use DEBUG=1

Modified: webservices/axis2/trunk/c/configure.ac
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/configure.ac?view=diff&rev=525028&r1=525027&r2=525028
==============================================================================
--- webservices/axis2/trunk/c/configure.ac (original)
+++ webservices/axis2/trunk/c/configure.ac Mon Apr  2 21:42:54 2007
@@ -2,7 +2,7 @@
 
 AC_PREREQ(2.59)
 
-AC_INIT(axis2c-src, 0.96)
+AC_INIT(axis2c-src, 1.0.0)
 AC_CANONICAL_SYSTEM
 AM_CONFIG_HEADER(config.h)
 AM_INIT_AUTOMAKE([tar-ustar])



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org