Skip to content

Commit f61c00e

Browse files
committed
Bumping version up to 0.5.1
1 parent 5aab0a4 commit f61c00e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build_docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
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 $@

build_linux_osx.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ if [[ -z "${GAFFER_ROOT}" ]]; then
88
fi
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

1414
if [[ -z "${GAFFER_BUILD_TYPE}" ]]; then
1515
echo "WARNING : GAFFER_BUILD_TYPE environment variable not set, defaulting to release"

build_ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
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

0 commit comments

Comments
 (0)