Roll forward to 0.1.24

Closes #7867
This commit is contained in:
Vijay Menon 2016-04-01 09:20:50 -07:00 committed by vsmenon
parent 529988bc81
commit 7a1a1b80ed
1 changed files with 2 additions and 2 deletions

View File

@ -12,10 +12,10 @@ source $SCRIPT_DIR/env_dart.sh
cd $REPO_ROOT_DIR cd $REPO_ROOT_DIR
# Variables # Variables
DDC_TOTAL_WARNING_CAP="210" DDC_TOTAL_WARNING_CAP="100"
DDC_TOTAL_ERROR_CAP="0" DDC_TOTAL_ERROR_CAP="0"
DDC_DIR=`pwd`/tmp/dev_compiler DDC_DIR=`pwd`/tmp/dev_compiler
DDC_VERSION="0.1.23" DDC_VERSION="0.1.24"
# Get DDC # Get DDC
mkdir -p tmp mkdir -p tmp