Release 1.1.22

This commit is contained in:
Silvan Calarco 2011-10-21 02:16:22 +02:00
parent ca33f328bb
commit 2694258b20
2 changed files with 1 additions and 7 deletions

View File

@ -66,12 +66,6 @@ install: install-dirs
done
dist: clean
@case `sed 15q ChangeLog` in \
*"$(VERSION)"*) : ;; \
*) \
echo "ChangeLog not updated; not releasing" 1>&2;\
exit 1;; \
esac
@git log > ChangeLog.git
@mkdir /tmp/$(distdir)
@cp -a * /tmp/$(distdir)/

View File

@ -1 +1 @@
VERSION = 1.1.21
VERSION = 1.1.22