From 3e31350579031a17ab05c2543e46d83ae7cc4356 Mon Sep 17 00:00:00 2001 From: Leon Wright Date: Mon, 20 Jul 2015 15:14:13 +0800 Subject: [PATCH] Add 1.0 override --- build.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build.sh b/build.sh index 4a6079a347..3b64feed39 100755 --- a/build.sh +++ b/build.sh @@ -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