Skip to content
This repository was archived by the owner on Aug 11, 2023. It is now read-only.

Commit e996669

Browse files
version updated to 1.0.0
This commit updates the version to 1.0.0
1 parent 54d6c68 commit e996669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis/build_computecpp.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -ev
44

55
# Get ComputeCpp
6-
wget --no-check-certificate https://computecpp.codeplay.com/downloads/computecpp-ce/0.9.1/ubuntu-14.04-64bit.tar.gz
6+
wget --no-check-certificate https://computecpp.codeplay.com/downloads/computecpp-ce/1.0.0/ubuntu-14.04-64bit.tar.gz
77
mkdir -p /tmp/computecpp
88
tar -xzf ubuntu-14.04-64bit.tar.gz -C /tmp/computecpp --strip-components=1
99
# Workaround for C99 definition conflict

0 commit comments

Comments
 (0)