diff options
author | Przemysław Sobala <przemyslaw.sobala@grupawp.pl> | 2016-01-27 14:07:09 +0100 |
---|---|---|
committer | Przemysław Sobala <przemyslaw.sobala@grupawp.pl> | 2016-01-27 14:07:09 +0100 |
commit | ea9a031fed9bae40fa2902e38b7fa1ac75a2fe8c (patch) | |
tree | 553876261ff1738dd9971359034b550f4970ba4b | |
parent | 4f3840dc06676df5eed09b58828393fe85a599c2 (diff) |
Update protobuf version
-rw-r--r-- | .gitmodules | 2 | ||||
-rw-r--r-- | examples/cpp/helloworld/Makefile | 2 | ||||
-rw-r--r-- | examples/cpp/route_guide/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 4ca1b8d640..008bc5fae8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,7 +4,7 @@ [submodule "third_party/protobuf"] path = third_party/protobuf url = https://github.com/google/protobuf.git - branch = v3.0.0-alpha-4.1 + branch = v3.0.0-beta-2 [submodule "third_party/gflags"] path = third_party/gflags url = https://github.com/gflags/gflags.git diff --git a/examples/cpp/helloworld/Makefile b/examples/cpp/helloworld/Makefile index f2093afa05..d7c4b77770 100644 --- a/examples/cpp/helloworld/Makefile +++ b/examples/cpp/helloworld/Makefile @@ -92,7 +92,7 @@ ifneq ($(HAS_VALID_PROTOC),true) @echo "Please install Google protocol buffers 3.0.0 and its compiler." @echo "You can find it here:" @echo - @echo " https://github.com/google/protobuf/releases/tag/v3.0.0-alpha-1" + @echo " https://github.com/google/protobuf/releases/tag/v3.0.0-beta-2" @echo @echo "Here is what I get when trying to evaluate your version of protoc:" @echo diff --git a/examples/cpp/route_guide/Makefile b/examples/cpp/route_guide/Makefile index b906177af3..dd72e3d34c 100644 --- a/examples/cpp/route_guide/Makefile +++ b/examples/cpp/route_guide/Makefile @@ -86,7 +86,7 @@ ifneq ($(HAS_VALID_PROTOC),true) @echo "Please install Google protocol buffers 3.0.0 and its compiler." @echo "You can find it here:" @echo - @echo " https://github.com/google/protobuf/releases/tag/v3.0.0-alpha-1" + @echo " https://github.com/google/protobuf/releases/tag/v3.0.0-beta-2" @echo @echo "Here is what I get when trying to evaluate your version of protoc:" @echo |