summaryrefslogtreecommitdiffstats
path: root/guththila
diff options
context:
space:
mode:
authorGravatar shankar2010-03-03 12:55:10 +0000
committerGravatar shankar2010-03-03 12:55:10 +0000
commitdacbe9d14f0367fc8df8d6338467bd3e8b6fdbd0 (patch)
treec696c8a35eaf1d6a72b3cd4083e2355c6aa03e72 /guththila
parent954437e18f08457dac4d3446cec50b6979a14feb (diff)
downloadaxis2c-dacbe9d14f0367fc8df8d6338467bd3e8b6fdbd0.tar.gz
axis2c-dacbe9d14f0367fc8df8d6338467bd3e8b6fdbd0.tar.bz2
changing version number
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@918454 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'guththila')
-rw-r--r--guththila/Makefile.am2
-rw-r--r--guththila/configure.ac4
2 files changed, 3 insertions, 3 deletions
diff --git a/guththila/Makefile.am b/guththila/Makefile.am
index b94c0c2..5c6eaf3 100644
--- a/guththila/Makefile.am
+++ b/guththila/Makefile.am
@@ -1,6 +1,6 @@
datadir=$(prefix)
SUBDIRS = src
-includedir=$(prefix)/include/axis2-1.6.0/
+includedir=$(prefix)/include/axis2-${PACKAGE_VERSION}/
include_HEADERS=$(top_builddir)/include/*.h
data_DATA= INSTALL README AUTHORS NEWS LICENSE COPYING
#EXTRA_DIST = build.sh autogen.sh CREDITS LICENSE
diff --git a/guththila/configure.ac b/guththila/configure.ac
index 0bf5f67..2ed5fd0 100644
--- a/guththila/configure.ac
+++ b/guththila/configure.ac
@@ -2,7 +2,7 @@ dnl run autogen.sh to generate the configure script.
AC_PREREQ(2.59)
-AC_INIT(guththilac-src, 1.6.0)
+AC_INIT(guththilac-src, 1.7.0)
AC_CANONICAL_SYSTEM
AM_CONFIG_HEADER(config.h)
dnl AM_INIT_AUTOMAKE([tar-ustar])
@@ -68,7 +68,7 @@ AC_FUNC_REALLOC
UTILINC=$axis2_utilinc
-VERSION_NO="6:0:6"
+VERSION_NO="7:0:7"
AC_SUBST(UTILINC)
AC_SUBST(VERSION_NO)