G stands for...

pull/10156/head
Nicolas "Pixel" Noble 8 years ago
parent f0fb7413ea
commit 58796c8589
  1. 2
      build.yaml
  2. 2
      src/core/lib/surface/version.c

@ -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

@ -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"; }

Loading…
Cancel
Save