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 --- axiom/Makefile.am | 2 +- axiom/configure.ac | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'axiom') diff --git a/axiom/Makefile.am b/axiom/Makefile.am index a468a0c..91caa13 100644 --- a/axiom/Makefile.am +++ b/axiom/Makefile.am @@ -1,6 +1,6 @@ datadir=$(prefix) SUBDIRS = src $(TESTDIR) include -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 CREDITS LICENSE COPYING EXTRA_DIST = build.sh autogen.sh CREDITS LICENSE diff --git a/axiom/configure.ac b/axiom/configure.ac index da18015..794c73b 100644 --- a/axiom/configure.ac +++ b/axiom/configure.ac @@ -2,7 +2,7 @@ dnl run autogen.sh to generate the configure script. AC_PREREQ(2.59) -AC_INIT(axis2_axiom-src, 1.6.0) +AC_INIT(axis2_axiom-src, 1.7.0) AC_CANONICAL_SYSTEM AM_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE @@ -146,7 +146,7 @@ AC_ARG_ENABLE(tests, [ --enable-tests build tests. default=no], PKG_PROG_PKG_CONFIG(0.15) CFLAGS="$CFLAGS $GUTHTHILA_CFLAGS" -VERSION_NO="6:0:6" +VERSION_NO="7:0:7" AC_SUBST(VERSION_NO) AC_SUBST(LIBXML2_CFLAGS) -- cgit v1.1-32-gdbae