From 71d5da84fbe37ddadd2714d8bb64ce0ad6643970 Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Sun, 17 Nov 2019 13:25:12 +0100 Subject: [PATCH] Update Protocol Buffers version in README file --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b0eefe10b..b8da612c0 100644 --- a/README.md +++ b/README.md @@ -302,9 +302,9 @@ $ sudo apt-get install autoconf automake libtool curl make g++ unzip and then: ~~~~~~ -$ wget https://github.com/protocolbuffers/protobuf/releases/download/v3.10.0/protobuf-cpp-3.10.0.tar.gz -$ tar xvfz protobuf-cpp-3.10.0.tar.gz -$ cd protobuf-3.10.0 +$ wget https://github.com/protocolbuffers/protobuf/releases/download/v3.10.1/protobuf-cpp-3.10.1.tar.gz +$ tar xvfz protobuf-cpp-3.10.1.tar.gz +$ cd protobuf-3.10.1 $ ./autogen.sh $ ./configure $ make