1
0
Fork 0

release version 1.0.0

This commit is contained in:
Frank Celler 2012-08-17 19:19:36 +02:00
parent 935a38f540
commit 1719144018
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
v1.0.0 (2012-08-XX)
v1.0.0 (2012-08-17)
-------------------
* fix for issue #157: check for readline and ncurses headers, not only libraries

View File

@ -43,10 +43,10 @@ make doxygen
make latex
make wiki
git commit -m "release version $VERSION" -a
git push
if [ "$TAG" == "1" ]; then
git commit -m "release version $VERSION" -a
git push
git tag "v$VERSION"
git push --tags
fi