File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
3- python build.py --version 0.5.0 --cyclesVersion 0.5.0 --docker 1 --upload 0 $@
3+ python build.py --version 0.5.1 --cyclesVersion 0.5.0 --docker 1 --upload 0 $@
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ if [[ -z "${GAFFER_ROOT}" ]]; then
88fi
99
1010# Packaging variables
11- VERSION=0.4 .1
12- GAFFERVERSION=0.53.1 .0
11+ VERSION=0.5 .1
12+ GAFFERVERSION=0.53.4 .0
1313
1414if [[ -z " ${GAFFER_BUILD_TYPE} " ]]; then
1515 echo " WARNING : GAFFER_BUILD_TYPE environment variable not set, defaulting to release"
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
3- python build.py --version 0.4 .1 --cyclesVersion 0.4.1 --forceCxxCompiler g++-6 --docker false
3+ python build.py --version 0.5 .1 --cyclesVersion 0.5.0 --forceCxxCompiler g++-6 --docker false
You can’t perform that action at this time.
0 commit comments