From b43447dde9d5dfada73d42d558d6fadc80a93acf Mon Sep 17 00:00:00 2001 From: Laurent Perron Date: Wed, 19 Apr 2017 16:51:45 +0200 Subject: [PATCH] bump gflags to 2.2.0 --- 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 0352ffed3c..4e865fb3ec 100644 --- a/makefiles/Makefile.third_party.unix.mk +++ b/makefiles/Makefile.third_party.unix.mk @@ -1,6 +1,6 @@ # SVN tags of dependencies to checkout. -GFLAGS_TAG = 2.1.2 +GFLAGS_TAG = 2.2.0 PROTOBUF_TAG = 3.2.0 CBC_TAG = 2.9.8 SWIG_TAG = 3.0.12 diff --git a/makefiles/Makefile.third_party.win.mk b/makefiles/Makefile.third_party.win.mk index 28b7150eec..0f41cf4f12 100644 --- a/makefiles/Makefile.third_party.win.mk +++ b/makefiles/Makefile.third_party.win.mk @@ -1,5 +1,5 @@ # tags of dependencies to checkout. -GFLAGS_TAG = master +GFLAGS_TAG = 2.2.0 PROTOBUF_TAG = 3.2.0 CBC_TAG = 2.9.8 ZLIB_TAG = 1.2.11