Release 2.0.0-pre02 done

This commit is contained in:
Christian Hohnstaedt 2018-03-13 21:43:09 +01:00
parent 1e36a06812
commit 9fbd9a8fcb
3 changed files with 9 additions and 7 deletions

View File

@ -1 +1 @@
2.0.0-pre02
2.0.0-pre02+

8
git.publish Normal file → Executable file
View File

@ -1,15 +1,13 @@
#!/bin/sh
set -e
export TVERSION="$1"
if test -z "$TVERSION"; then
echo "usage: $0 <VERSION>"
exit 1
fi
test -s VERSION && test -s changelog && test -s README.md
test -d .git
read TVERSION < VERSION
export TVERSION
releasedir="$HOME/xca-$TVERSION"
./misc/gen-binary-hash "$releasedir"

View File

@ -27,5 +27,9 @@
"xca-2.0.0-pre01.dmg":"7b84141e86275da53c710067320afa17665824b229766f65e9be52e3bf65f231",
"xca-2.0.0-pre01.tar.gz":"6db93a73300cd1c717117223f992847755ab8cf98539baee9aa8c25ca1ea276f",
"last": ""
"setup_xca-2.0.0-pre02.exe":"9bb3de4f4b1f4e6c1ba3cc424e25dbf0ea00745a8feb9718ae8bdeae21b10d5c",
"xca-2.0.0-pre02.dmg":"c37ab9718a8d76dd5f3bf2d16db0d00059614476548949df2155374da30b1bb0",
"xca-2.0.0-pre02.tar.gz":"38849ab27e69e4ed954361e2d3bf856ad3f23289957901b6105943d14743f144",
"last":""
}