aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/surface
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2015-09-01 20:23:09 +0200
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2015-09-01 20:23:09 +0200
commit0d728c1e9eb9f685eedc27788e6923378d115459 (patch)
tree26c0b97786def5ade07d330f60923ac7ad9aff51 /src/core/surface
parent9764d56b432e6bfde9fef453b0b5875012a4773c (diff)
Bumping revision to 0.11 for beta.
Diffstat (limited to 'src/core/surface')
-rw-r--r--src/core/surface/version.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/surface/version.c b/src/core/surface/version.c
index d7aaba3868..4b90e06a04 100644
--- a/src/core/surface/version.c
+++ b/src/core/surface/version.c
@@ -37,5 +37,5 @@
#include <grpc/grpc.h>
const char *grpc_version_string(void) {
- return "0.10.1.0";
+ return "0.11.0.0";
}