removed vim backup files from the source code distribution. thanks Xiaoyu Chen.

This commit is contained in:
agentzh (章亦春) 2012-06-11 10:54:02 +08:00
parent a8a9c9577a
commit 3d4784c731
2 changed files with 2 additions and 1 deletions

View File

@ -324,6 +324,7 @@ cd ..
cp $root/util/configure ./
cp $root/README ./
cp $root/util/install bundle/
find bundle -name '*~' -delete
cd $root

View File

@ -1,7 +1,7 @@
#!/bin/bash
main_ver=1.0.15
minor_ver=9
minor_ver=10rc1
version=$main_ver.$minor_ver
echo $version