aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/ci_build/install/install_proto3.sh
diff options
context:
space:
mode:
authorGravatar Jonathan Hseu <jhseu@google.com>2016-09-29 15:05:32 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-09-29 16:17:09 -0700
commit1283b84a49a9f5e14aca833cf981b61848aaf916 (patch)
treeffba9d2d8ba549bd5981cc84748d2db8858fc676 /tensorflow/tools/ci_build/install/install_proto3.sh
parentef9f5fee0a079f6bed445064e8e9d18fb7a904d8 (diff)
Merge changes from github.
Change: 134721831
Diffstat (limited to 'tensorflow/tools/ci_build/install/install_proto3.sh')
-rwxr-xr-xtensorflow/tools/ci_build/install/install_proto3.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/tools/ci_build/install/install_proto3.sh b/tensorflow/tools/ci_build/install/install_proto3.sh
index 2f1b7dd175..297acc49ee 100755
--- a/tensorflow/tools/ci_build/install/install_proto3.sh
+++ b/tensorflow/tools/ci_build/install/install_proto3.sh
@@ -19,7 +19,7 @@ set -e
# Install protobuf3.
# Select protobuf version.
-PROTOBUF_VERSION="3.0.0"
+PROTOBUF_VERSION="3.1.0"
PROTOBUF_URL="https://github.com/google/protobuf/releases/download/v${PROTOBUF_VERSION}/protoc-${PROTOBUF_VERSION}-linux-x86_64.zip"
PROTOBUF_ZIP=$(basename "${PROTOBUF_URL}")