Skip to content
Snippets Groups Projects
Commit 4a3f53a9 authored by Nicolas Noble's avatar Nicolas Noble Committed by GitHub
Browse files

Merge pull request #10156 from grpc/name

G stands for...
parents c6a4539f 008c1f09
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ settings:
'#09': Per-language overrides are possible with (eg) ruby_version tag here
'#10': See the expand_version.py for all the quirks here
core_version: 3.0.0-dev
g_stands_for: green
g_stands_for: gentle
version: 1.3.0-dev
filegroups:
- name: census
......
......@@ -7,3 +7,4 @@ future), and the corresponding version numbers that used them:
- 1.0 'g' stands for 'gRPC'
- 1.1 'g' stands for 'good'
- 1.2 'g' stands for 'green'
- 1.3 'g' stands for 'gentle'
......@@ -38,4 +38,4 @@
const char *grpc_version_string(void) { return "3.0.0-dev"; }
const char *grpc_g_stands_for(void) { return "green"; }
const char *grpc_g_stands_for(void) { return "gentle"; }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment