From: daid Date: Fri, 26 Sep 2014 08:41:12 +0000 (+0200) Subject: Version number to 14.09.1-RC1 X-Git-Tag: 14.10-RC5~37 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=f654b5a25fe592fc958963186f4999b0de70cef6;p=cura.git Version number to 14.09.1-RC1 --- diff --git a/package.sh b/package.sh index 70d4515e..c7652d6e 100755 --- a/package.sh +++ b/package.sh @@ -18,7 +18,7 @@ BUILD_TARGET=${1:-none} ##Do we need to create the final archive ARCHIVE_FOR_DISTRIBUTION=1 ##Which version name are we appending to the final archive -export BUILD_NAME=14.09 +export BUILD_NAME=14.09.1_RC1 TARGET_DIR=Cura-${BUILD_NAME}-${BUILD_TARGET} ##Which versions of external programs to use @@ -72,7 +72,7 @@ function extract if [ "$BUILD_TARGET" = "none" ]; then echo "You need to specify a build target with:" echo "$0 win32" - echo "$0 debian_i368" + echo "$0 debian_i386" echo "$0 debian_amd64" echo "$0 darwin" echo "$0 freebsd"