summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar shankar2010-03-03 12:19:27 +0000
committerGravatar shankar2010-03-03 12:19:27 +0000
commit47c56b04fd53b446b58f372ff9301d2caee1666a (patch)
tree32b7c80169bb326767928912df516e2528a34b48 /configure.ac
parent5e60ee16da82d2af524cd06dd03aa28f69b611ed (diff)
downloadaxis2c-47c56b04fd53b446b58f372ff9301d2caee1666a.tar.gz
axis2c-47c56b04fd53b446b58f372ff9301d2caee1666a.tar.bz2
removing hardcoded version numbers. Refer AXIS2C-1457
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@918438 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 5 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 0987384..43d89a3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -437,7 +437,7 @@ OPENSSLINC=$opensslinc
OPENSSLLIB=$openssllib
IKSEMELINC=$iksemelinc
APRINC=$aprinc
-VERSION_NO="6:0:6"
+VERSION_NO="7:0:7"
QPID_HOME=$qpidhome
AC_SUBST(VERSION_NO)
@@ -520,7 +520,10 @@ AC_CONFIG_FILES([Makefile \
tools/md5/src/Makefile \
ides/Makefile \
include/Makefile \
- axis2c.pc
+ axis2c.pc \
+ dist.sh \
+ bindist.sh \
+ axis2c_build.sh
])
AC_OUTPUT