diff options
Diffstat (limited to 'src/core/surface')
-rw-r--r-- | src/core/surface/version.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/surface/version.c b/src/core/surface/version.c index 962a72112a..262a13f184 100644 --- a/src/core/surface/version.c +++ b/src/core/surface/version.c @@ -1,6 +1,6 @@ /* * - * Copyright 2015, Google Inc. + * Copyright 2015-2016, Google Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -36,4 +36,4 @@ #include <grpc/grpc.h> -const char *grpc_version_string(void) { return "0.12.0.0"; } +const char *grpc_version_string(void) { return "0.13.0.0"; } |