Release 0.9.0

This commit is contained in:
Silvan Calarco 2012-04-26 15:52:09 +02:00
parent f18629b9cc
commit ab7277840f
2 changed files with 6 additions and 13 deletions

View File

@ -93,20 +93,13 @@ clean:
rm -f $(dist_archive)
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)/
@rm -f $(dist_archive);\
tar cf - --exclude=$(dist_archive) -C .. $(distdir) |\
bzip2 -9 -c > $(dist_archive)
tar cf - -C /tmp $(distdir) | bzip2 -9 -c > $(dist_archive)
@rm -rf /tmp/$(distdir)
@echo "file \`$(dist_archive)' created"
@sed -i "s|^LOGDIR=.*|LOGDIR=$(pck_logdir)|" autodist
@sed -i "s|^VERSION=.*|VERSION=$(VERSION)|" autodist
@sed -i "s|^VERSION=.*|VERSION=$(VERSION)|" autoport
@sed -i "s|^VERSION=.*|VERSION=$(VERSION)|" autoport-fix-environment
dist-rpm: dist
@rpm_sourcedir=`rpm --eval=%{_sourcedir}`;\

View File

@ -1 +1 @@
VERSION = 0.8.5
VERSION = 0.9.0