1
0
mirror of https://github.com/QSCTech/zjunet.git synced 2026-01-23 04:04:48 +08:00

bump version to 0.2.1

This commit is contained in:
Zeno Zeng 2014-11-12 20:23:39 +08:00
parent aea4dfc552
commit 0feb03327e
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
VERSION=0.2.0-0
VERSION=0.2.1-0
cd debian
./build.sh $VERSION > /dev/null

View File

@ -41,7 +41,7 @@ case "$1" in
"${BASEDIR}/dns.sh"
;;
--version)
echo "zjunet version: zjunet-0.2.0"
echo "zjunet version: zjunet-0.2.1"
;;
*)
cat <<EOF