summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdist.sh10
1 files 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