From dacbe9d14f0367fc8df8d6338467bd3e8b6fdbd0 Mon Sep 17 00:00:00 2001 From: shankar Date: Wed, 3 Mar 2010 12:55:10 +0000 Subject: changing version number git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@918454 13f79535-47bb-0310-9956-ffa450edef68 --- samples/configure.ac | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'samples') diff --git a/samples/configure.ac b/samples/configure.ac index 17ad027..81e4a86 100644 --- a/samples/configure.ac +++ b/samples/configure.ac @@ -2,7 +2,7 @@ dnl run autogen.sh to generate the configure script. AC_PREREQ(2.59) -AC_INIT(axis2c-sample-src, 1.6.0) +AC_INIT(axis2c-sample-src, 1.7.0) AC_CANONICAL_SYSTEM AM_CONFIG_HEADER(config.h) dnl AM_INIT_AUTOMAKE([tar-ustar]) @@ -86,7 +86,7 @@ AC_ARG_WITH(axis2, [ --with-axis2[=PATH] Find the AXIS2 header files in 'PATH'. 'PATH' should point to AXIS2 include files location. If you omit the '=PATH' part completely, the configure script will search - '${AXIS2C_HOME}/include/axis2-1.6.0' for AXIS2 headers.], + '${AXIS2C_HOME}/include/axis2-1.7.0' for AXIS2 headers.], [ case "$withval" in no) AC_MSG_RESULT(no) @@ -98,14 +98,14 @@ AC_ARG_WITH(axis2, axis2inc="-I$withval" dnl else find the axiom include dir in ${AXIS2C_HOME}/include elif test -d "${AXIS2C_HOME}/include"; then - axis2inc="-I${AXIS2C_HOME}/include/axis2-1.6.0" + axis2inc="-I${AXIS2C_HOME}/include/axis2-1.7.0" else AC_MSG_ERROR(could not find axis2. stop) fi ;; esac ], if test -d "${AXIS2C_HOME}/include"; then - axis2inc="-I${AXIS2C_HOME}/include/axis2-1.6.0" + axis2inc="-I${AXIS2C_HOME}/include/axis2-1.7.0" fi AC_MSG_RESULT(no) ) -- cgit v1.1-32-gdbae