chiark / gitweb /
Version number to 14.09.1-RC1
authordaid <daid303@gmail.com>
Fri, 26 Sep 2014 08:41:12 +0000 (10:41 +0200)
committerdaid <daid303@gmail.com>
Fri, 26 Sep 2014 08:41:12 +0000 (10:41 +0200)
package.sh

index 70d4515ee52a35d6af70de6e5d349654f45922b6..c7652d6e897df8c07824a0f601e2c19076629299 100755 (executable)
@@ -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"