Add 1.0 override

This commit is contained in:
Leon Wright 2015-07-20 15:14:13 +08:00
parent 2d28ef8221
commit 3e31350579
1 changed files with 4 additions and 0 deletions

View File

@ -35,6 +35,10 @@ create_dummy_ksp () {
echo "Overiding '0.90' with '0.90.0'"
KSP_VERSION="0.90.0"
;;
"1.0")
echo "Overiding '1.0.0' with '1.0.0'"
KSP_VERSION="1.0.0"
;;
"any")
echo "Overriding any with $KSP_VERSION_DEFAULT"
KSP_VERSION=$KSP_VERSION_DEFAULT