From 2067c00b493ca41313387164cb8b269e8e185943 Mon Sep 17 00:00:00 2001 From: samisa Date: Wed, 3 Mar 2010 01:27:17 +0000 Subject: Upgraded the version to 1.7.0 git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@918294 13f79535-47bb-0310-9956-ffa450edef68 --- dist.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dist.sh b/dist.sh index ca84745..d497a10 100755 --- a/dist.sh +++ b/dist.sh @@ -11,14 +11,14 @@ rm target/docs/README rm target/docs/dependencies.html rm target/docs/downloads.html rm target/xdocs/mail-lists.html -cp -r target/docs axis2c-src-1.6.0 +cp -r target/docs axis2c-src-1.7.0 cd samples make dist -tar -xf axis2c-src-1.6.0.tar.gz -mv axis2c-src-1.6.0 ../axis2c-src-1.6.0 -cd ../axis2c-src-1.6.0 -mv axis2c-src-1.6.0 samples +tar -xf axis2c-src-1.7.0.tar.gz +mv axis2c-src-1.7.0 ../axis2c-src-1.7.0 +cd ../axis2c-src-1.7.0 +mv axis2c-src-1.7.0 samples for i in `find . -name "*.la"` do -- cgit v1.1-32-gdbae