From bd8de0f76d5b03a01b46400858cdbf20f2e82612 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Martin=20Storsj=C3=B6?= Date: Thu, 21 Dec 2017 11:37:11 +0200 Subject: [PATCH] extras/tools: Bump the required protoc version Contribs build protobuf 3.1.0 and assumes that the host environment already has got a new enough protoc version. Signed-off-by: Jean-Baptiste Kempf --- extras/tools/bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/tools/bootstrap b/extras/tools/bootstrap index 93205dea99..7767be0a9e 100755 --- a/extras/tools/bootstrap +++ b/extras/tools/bootstrap @@ -80,7 +80,7 @@ check yasm check_tar check ragel check_sed -check protoc 2.6.0 +check protoc 3.1.0 check ant check xz check bison 3.0.0 -- 2.11.4.GIT