Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Grpc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tci-gateway-module
Grpc
Commits
f29e3641
Commit
f29e3641
authored
Jul 1, 2016
by
Jorge Canizales
Browse files
Options
Downloads
Patches
Plain Diff
Bump protobuf version to beta-3.3
It’s just the merge of beta-3.1 and beta-3.2, both of which we need.
parent
0f213c39
No related branches found
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitmodules
+1
-1
1 addition, 1 deletion
.gitmodules
examples/cpp/helloworld/Makefile
+1
-1
1 addition, 1 deletion
examples/cpp/helloworld/Makefile
examples/cpp/route_guide/Makefile
+1
-1
1 addition, 1 deletion
examples/cpp/route_guide/Makefile
third_party/protobuf
+1
-1
1 addition, 1 deletion
third_party/protobuf
with
4 additions
and
4 deletions
.gitmodules
+
1
−
1
View file @
f29e3641
...
@@ -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 =
v
3.0.0-beta-3
.1
branch = 3.0.0-beta-3
[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
...
...
This diff is collapsed.
Click to expand it.
examples/cpp/helloworld/Makefile
+
1
−
1
View file @
f29e3641
...
@@ -97,7 +97,7 @@ ifneq ($(HAS_VALID_PROTOC),true)
...
@@ -97,7 +97,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-beta-
2
"
@
echo
" https://github.com/google/protobuf/releases/tag/v3.0.0-beta-
3.3
"
@
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
...
...
This diff is collapsed.
Click to expand it.
examples/cpp/route_guide/Makefile
+
1
−
1
View file @
f29e3641
...
@@ -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-beta-
2
"
@
echo
" https://github.com/google/protobuf/releases/tag/v3.0.0-beta-
3.3
"
@
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
...
...
This diff is collapsed.
Click to expand it.
protobuf
@
bdeb215c
Compare
d4d13a43
to
bdeb215c
Subproject commit
d4d13a4349e4e59d67f311185ddcc1890d956d7a
Subproject commit
bdeb215cab2985195325fcd5e70c3fa751f46e0f
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment