From 456bb22ae697d984b68b5c3583c8507aac29f676 Mon Sep 17 00:00:00 2001 From: Laurent Perron Date: Tue, 14 Nov 2017 22:13:51 +0100 Subject: [PATCH] bump protobuf to 3.5.0 --- Dependencies.txt | 2 +- makefiles/Makefile.third_party.unix.mk | 2 +- makefiles/Makefile.third_party.win.mk | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dependencies.txt b/Dependencies.txt index 7a15fea32e..904a5e4acc 100644 --- a/Dependencies.txt +++ b/Dependencies.txt @@ -1,4 +1,4 @@ -Protobuf = 3.4.1 +Protobuf = 3.5.0 gflags = 2.2.1 glog = 0.3.5 Cbc = 2.9.9 diff --git a/makefiles/Makefile.third_party.unix.mk b/makefiles/Makefile.third_party.unix.mk index d0d4cc04ac..95568ab2d9 100644 --- a/makefiles/Makefile.third_party.unix.mk +++ b/makefiles/Makefile.third_party.unix.mk @@ -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 diff --git a/makefiles/Makefile.third_party.win.mk b/makefiles/Makefile.third_party.win.mk index 3f69d86261..0133a6bfb0 100644 --- a/makefiles/Makefile.third_party.win.mk +++ b/makefiles/Makefile.third_party.win.mk @@ -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