diff options
author | yang-g <yangg@google.com> | 2016-07-12 08:33:39 -0700 |
---|---|---|
committer | yang-g <yangg@google.com> | 2016-07-12 08:33:39 -0700 |
commit | 408ef6bf25bac1e1d45f39af4e031ac16d1699b6 (patch) | |
tree | d07e130c7cacd511230ede6a61b8bc85171c1a82 /examples/cpp/helloworld/Makefile | |
parent | 9241c6947fa924b6d961d2e90e1a4f7293ec727e (diff) | |
parent | 2f17797c943b2b58865713b1ffd18e586d3fed02 (diff) |
Merge remote-tracking branch 'upstream/master' into sequential_con
Diffstat (limited to 'examples/cpp/helloworld/Makefile')
-rw-r--r-- | examples/cpp/helloworld/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cpp/helloworld/Makefile b/examples/cpp/helloworld/Makefile index 780e5e427a..b45b3c7ee0 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-2" + @echo " https://github.com/google/protobuf/releases/tag/v3.0.0-beta-3.3" @echo @echo "Here is what I get when trying to evaluate your version of protoc:" @echo |