bump protobuf to 3.5.0

This commit is contained in:
Laurent Perron
2017-11-14 22:13:51 +01:00
parent 14564c0917
commit 456bb22ae6
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
Protobuf = 3.4.1
Protobuf = 3.5.0
gflags = 2.2.1
glog = 0.3.5
Cbc = 2.9.9

View File

@@ -1,7 +1,7 @@
# SVN tags of dependencies to checkout.
GFLAGS_TAG = 2.2.1
PROTOBUF_TAG = 3.4.1
PROTOBUF_TAG = 3.5.0
GLOG_TAG = 0.3.5
CBC_TAG = 2.9.9

View File

@@ -1,6 +1,6 @@
# tags of dependencies to checkout.
GFLAGS_TAG = 2.2.1
PROTOBUF_TAG = 3.4.1
PROTOBUF_TAG = 3.5.0
GLOG_TAG = 0.3.5
CBC_TAG = 2.9.9
ZLIB_TAG = 1.2.11