chiark / gitweb /
Merge tag '15.01-RC10' into upstream
authorYouness Alaoui <kakaroto@kakaroto.homelinux.net>
Fri, 6 Mar 2015 18:05:26 +0000 (13:05 -0500)
committerYouness Alaoui <kakaroto@kakaroto.homelinux.net>
Fri, 6 Mar 2015 18:05:26 +0000 (13:05 -0500)
1  2 
package.sh

diff --cc package.sh
index 092901f149fa610ef2c7b3fabc828094a6f7b22c,41802105dac379512e3316a3dd3dc0ee9e7d061a..7efc65c73b80b729610ebddf60d2de69eba267b1
@@@ -22,15 -22,9 +22,15 @@@ 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=15.01-RC9
+ export BUILD_NAME=15.01-RC10
  TARGET_DIR=Cura-${BUILD_NAME}-${BUILD_TARGET}
  
 +##Revision
 +export REVISION=1.19
 +
 +##Git commit
 +GIT_HASH=$(git rev-parse --short=4 HEAD)
 +
  ##Which versions of external programs to use
  WIN_PORTABLE_PY_VERSION=2.7.2.1