From ea9a031fed9bae40fa2902e38b7fa1ac75a2fe8c Mon Sep 17 00:00:00 2001 From: Przemysław Sobala Date: Wed, 27 Jan 2016 14:07:09 +0100 Subject: Update protobuf version --- examples/cpp/helloworld/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/cpp/helloworld/Makefile') 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 -- cgit v1.2.3 From fbf8c0b8ca235e606dcb914379825f6ff2691b7b Mon Sep 17 00:00:00 2001 From: Przemysław Sobala Date: Thu, 11 Feb 2016 11:03:21 +0100 Subject: Update copyright --- examples/cpp/helloworld/Makefile | 2 +- examples/cpp/route_guide/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/cpp/helloworld/Makefile') diff --git a/examples/cpp/helloworld/Makefile b/examples/cpp/helloworld/Makefile index d7c4b77770..ef305006c5 100644 --- a/examples/cpp/helloworld/Makefile +++ b/examples/cpp/helloworld/Makefile @@ -1,5 +1,5 @@ # -# Copyright 2015, Google Inc. +# Copyright 2015-2016, Google Inc. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/examples/cpp/route_guide/Makefile b/examples/cpp/route_guide/Makefile index dd72e3d34c..0b0400d045 100644 --- a/examples/cpp/route_guide/Makefile +++ b/examples/cpp/route_guide/Makefile @@ -1,5 +1,5 @@ # -# Copyright 2015, Google Inc. +# Copyright 2015-2016, Google Inc. # All rights reserved. # # Redistribution and use in source and binary forms, with or without -- cgit v1.2.3