From 0ffa87ad3e7cbd3a491bbd610c7696b652266329 Mon Sep 17 00:00:00 2001 From: Alex Fuller Date: Sun, 20 Oct 2019 21:29:45 -0700 Subject: [PATCH] Updating build scripts --- build_docker.sh | 2 +- build_docker_optix.sh | 2 +- build_linux_osx.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build_docker.sh b/build_docker.sh index 01301b8..d7c5c1c 100755 --- a/build_docker.sh +++ b/build_docker.sh @@ -1,3 +1,3 @@ #!/usr/bin/env bash -python build.py --version 0.10.0 --cyclesVersion 0.10.0 --docker 1 --upload 0 $@ +python build.py --version 0.10.2 --cyclesVersion 0.10.0 --docker 1 --upload 0 $@ diff --git a/build_docker_optix.sh b/build_docker_optix.sh index 8982daa..c36781a 100755 --- a/build_docker_optix.sh +++ b/build_docker_optix.sh @@ -1,3 +1,3 @@ #!/usr/bin/env bash -python build.py --version 0.10.0 --cyclesVersion 0.10.0 --optix 1 --docker 1 --upload 0 $@ +python build.py --version 0.10.2 --cyclesVersion 0.10.0 --optix 1 --docker 1 --upload 0 $@ diff --git a/build_linux_osx.sh b/build_linux_osx.sh index 64d3470..620ad3a 100755 --- a/build_linux_osx.sh +++ b/build_linux_osx.sh @@ -8,7 +8,7 @@ if [[ -z "${GAFFER_ROOT}" ]]; then fi # Packaging variables -VERSION=0.10.0 +VERSION=0.10.2 GAFFERVERSION=0.54.2.0 if [[ -z "${GAFFER_BUILD_TYPE}" ]]; then