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 --- neethi/Makefile.am | 2 +- neethi/configure.ac | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'neethi') diff --git a/neethi/Makefile.am b/neethi/Makefile.am index 32865c7..b8df0c2 100644 --- a/neethi/Makefile.am +++ b/neethi/Makefile.am @@ -1,3 +1,3 @@ SUBDIRS = src test -includedir=$(prefix)/include/axis2-1.6.0 +includedir=$(prefix)/include/axis2-${PACKAGE_VERSION} include_HEADERS=$(top_builddir)/include/*.h diff --git a/neethi/configure.ac b/neethi/configure.ac index 7983f62..0d3b8fc 100644 --- a/neethi/configure.ac +++ b/neethi/configure.ac @@ -2,7 +2,7 @@ dnl run autogen.sh to generate the configure script. AC_PREREQ(2.59) -AC_INIT(neethi-src, 1.6.0) +AC_INIT(neethi-src, 1.7.0) AC_CANONICAL_SYSTEM AM_CONFIG_HEADER(config.h) dnl AM_INIT_AUTOMAKE([tar-ustar]) @@ -54,7 +54,7 @@ dnl AC_FUNC_MALLOC dnl AC_FUNC_REALLOC #AC_CHECK_FUNCS([memmove]) -VERSION_NO="6:0:6" +VERSION_NO="7:0:7" AC_SUBST(VERSION_NO) -- cgit v1.1-32-gdbae