fix in release-script (forgot to commit it last time)

This commit is contained in:
Edwin Eefting
2017-03-15 01:40:47 +01:00
parent c0da3a1831
commit fbdc78e46d
+1 -1
View File
@@ -4,7 +4,7 @@ NEW="$1"
[ "$NEW" != "" ] || exit 1
PREV=`git tag|head -1`
PREV=`git tag|tail -1`
############## update Release_notes.txt
NOTES="dist/Release_notes.txt"