aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/surface/version.c
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2015-07-30 17:22:10 -0700
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2015-07-31 04:21:42 +0200
commit8f4b1b032e886a39f91b6950874a54372bc30efd (patch)
treeb38094d37583d22d338e1023357385abf5cf124a /src/core/surface/version.c
parent9b0fd3b317d59de21a67ec11001d30d2ae7c2053 (diff)
bump C# version to 0.6.1 and core version to 0.10.1
Conflicts: src/csharp/Grpc.Core/Version.cs
Diffstat (limited to 'src/core/surface/version.c')
-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 4f5d648371..d7aaba3868 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.0.0";
+ return "0.10.1.0";
}