aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/cpp/helloworld
diff options
context:
space:
mode:
authorGravatar Jorge Canizales <jcanizales@google.com>2016-07-19 17:34:34 -0700
committerGravatar Jorge Canizales <jcanizales@google.com>2016-07-19 17:35:06 -0700
commit9e6372380dc1571d16f4115b21b8d370f08a4864 (patch)
tree6aaa88ede2069db06ac3ba07f3d558f9b42a0414 /examples/cpp/helloworld
parent91991a234feefe8848b3f12ca91dd486bfd160b6 (diff)
Update protobuf submodule to 3.0.0-beta-4
Which has the fix for oneofs when using dynamic frameworks in ObjectiveC
Diffstat (limited to 'examples/cpp/helloworld')
-rw-r--r--examples/cpp/helloworld/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cpp/helloworld/Makefile b/examples/cpp/helloworld/Makefile
index b45b3c7ee0..8e6bd96c6a 100644
--- a/examples/cpp/helloworld/Makefile
+++ b/examples/cpp/helloworld/Makefile
@@ -97,7 +97,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-beta-3.3"
+ @echo " https://github.com/google/protobuf/releases/tag/v3.0.0-beta-4"
@echo
@echo "Here is what I get when trying to evaluate your version of protoc:"
@echo