From 53213124d3653b5fd717b5b3d94757bd3bd60eee Mon Sep 17 00:00:00 2001 From: Laurent Perron Date: Mon, 8 Jan 2018 09:17:31 +0100 Subject: [PATCH] protobuf -> 3.5.1 --- makefiles/Makefile.third_party.unix.mk | 2 +- makefiles/Makefile.third_party.win.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/makefiles/Makefile.third_party.unix.mk b/makefiles/Makefile.third_party.unix.mk index 8bd5c048e3..a878038478 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.5.0 +PROTOBUF_TAG = 3.5.1 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 ff58ed5ad7..9b916a4bdd 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.5.0 +PROTOBUF_TAG = 3.5.1 GLOG_TAG = 0.3.5 CBC_TAG = 2.9.9 ZLIB_TAG = 1.2.11