Skip to content
Snippets Groups Projects
Commit e7c25662 authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

Merge pull request #4913 from pszemus/master

Update protobuf version to v3.0.0-beta-2
parents b9a5f167 fbf8c0b8
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
[submodule "third_party/protobuf"] [submodule "third_party/protobuf"]
path = third_party/protobuf path = third_party/protobuf
url = https://github.com/google/protobuf.git url = https://github.com/google/protobuf.git
branch = v3.0.0-alpha-4.1 branch = v3.0.0-beta-2
[submodule "third_party/gflags"] [submodule "third_party/gflags"]
path = third_party/gflags path = third_party/gflags
url = https://github.com/gflags/gflags.git url = https://github.com/gflags/gflags.git
......
...@@ -94,7 +94,7 @@ ifneq ($(HAS_VALID_PROTOC),true) ...@@ -94,7 +94,7 @@ ifneq ($(HAS_VALID_PROTOC),true)
@echo "Please install Google protocol buffers 3.0.0 and its compiler." @echo "Please install Google protocol buffers 3.0.0 and its compiler."
@echo "You can find it here:" @echo "You can find it here:"
@echo @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
@echo "Here is what I get when trying to evaluate your version of protoc:" @echo "Here is what I get when trying to evaluate your version of protoc:"
@echo @echo
......
...@@ -86,7 +86,7 @@ ifneq ($(HAS_VALID_PROTOC),true) ...@@ -86,7 +86,7 @@ ifneq ($(HAS_VALID_PROTOC),true)
@echo "Please install Google protocol buffers 3.0.0 and its compiler." @echo "Please install Google protocol buffers 3.0.0 and its compiler."
@echo "You can find it here:" @echo "You can find it here:"
@echo @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
@echo "Here is what I get when trying to evaluate your version of protoc:" @echo "Here is what I get when trying to evaluate your version of protoc:"
@echo @echo
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment