aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/surface
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2016-08-30 21:53:17 +0200
committerGravatar David Garcia Quintas <dgq@google.com>2016-08-30 21:53:17 +0200
commit47fab1fd629407b45ce1f70913501162a60d9aa2 (patch)
treec0f2267a0e7387cd93145493abed534b727e907a /src/core/lib/surface
parent9946f9064fd958a92aec4a71044fd1e7f72c617c (diff)
parent336ce42714decea38bb8e42b6c543ac2ff8af1d6 (diff)
Merge branch 'master' of github.com:grpc/grpc into lb_add_md
Diffstat (limited to 'src/core/lib/surface')
-rw-r--r--src/core/lib/surface/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/lib/surface/version.c b/src/core/lib/surface/version.c
index 1942075054..41242684da 100644
--- a/src/core/lib/surface/version.c
+++ b/src/core/lib/surface/version.c
@@ -37,3 +37,5 @@
#include <grpc/grpc.h>
const char *grpc_version_string(void) { return "1.1.0-dev"; }
+
+const char *grpc_g_stands_for(void) { return "good"; }