Skip to content

Commit

Permalink
Bump the protobuf version (tensorflow#7301)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhseu authored and gunan committed Feb 6, 2017
1 parent 6df1d5b commit 273dc4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tensorflow/tools/ci_build/install/install_proto3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# Install protobuf3.

# Select protobuf version.
PROTOBUF_VERSION="3.1.0"
PROTOBUF_VERSION="3.2.0"
protobuf_ver_flat=$(echo $PROTOBUF_VERSION | sed 's/\.//g' | sed 's/^0*//g')
local_protobuf_ver=$(protoc --version | awk '{print $2}')
local_protobuf_ver_flat=$(echo $local_protobuf_ver | sed 's/\.//g' | sed 's/^0*//g')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.
# ==============================================================================

PROTOBUF_VERSION="3.1.0"
PROTOBUF_VERSION="3.2.0"
PYTHON_BIN=${PYTHON_BIN:-python}
DIR=${PWD}/protobuf

Expand Down

0 comments on commit 273dc4a

Please sign in to comment.