summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrelease1
1 files changed, 1 insertions, 0 deletions
diff --git a/release b/release
index 65add4b..62b5d88 100755
--- a/release
+++ b/release
@@ -25,6 +25,7 @@ git rm README.in
sed -i -e "s/__DEV__/$VERSION/" configure.ac
libtoolize -ic
autoreconf
+rm -rf autom4te.cache
git add -A
#git commit -m "release $VERSION"
TREE=$(git write-tree)