aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar David G. Quintas <dgq@google.com>2015-09-01 11:28:34 -0700
committerGravatar David G. Quintas <dgq@google.com>2015-09-01 11:28:34 -0700
commit5c4fa0df65bc696df17db8ec7dc7fa09de034d19 (patch)
tree26c0b97786def5ade07d330f60923ac7ad9aff51
parent9764d56b432e6bfde9fef453b0b5875012a4773c (diff)
parent0d728c1e9eb9f685eedc27788e6923378d115459 (diff)
Merge pull request #3180 from nicolasnoble/master
Bumping revision to 0.11 for beta.
-rw-r--r--Makefile2
-rw-r--r--build.yaml2
-rw-r--r--src/core/surface/version.c2
-rw-r--r--tools/doxygen/Doxyfile.c++2
-rw-r--r--tools/doxygen/Doxyfile.c++.internal2
-rw-r--r--tools/doxygen/Doxyfile.core2
-rw-r--r--tools/doxygen/Doxyfile.core.internal2
7 files changed, 7 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index b724ee2a7c..00875cd8e7 100644
--- a/Makefile
+++ b/Makefile
@@ -309,7 +309,7 @@ E = @echo
Q = @
endif
-VERSION = 0.10.1.0
+VERSION = 0.11.0.0
CPPFLAGS_NO_ARCH += $(addprefix -I, $(INCLUDES)) $(addprefix -D, $(DEFINES))
CPPFLAGS += $(CPPFLAGS_NO_ARCH) $(ARCH_FLAGS)
diff --git a/build.yaml b/build.yaml
index 183c0ae78f..31a1e328a8 100644
--- a/build.yaml
+++ b/build.yaml
@@ -3,7 +3,7 @@
'#3': Please refer to the templates directory for more information.
settings:
'#': The public version number of the library.
- version: {major: 0, minor: 10, micro: 1, build: 0}
+ version: {major: 0, minor: 11, micro: 0, build: 0}
filegroups:
- name: census
public_headers: [include/grpc/census.h]
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";
}
diff --git a/tools/doxygen/Doxyfile.c++ b/tools/doxygen/Doxyfile.c++
index 96708c0622..a352341774 100644
--- a/tools/doxygen/Doxyfile.c++
+++ b/tools/doxygen/Doxyfile.c++
@@ -40,7 +40,7 @@ PROJECT_NAME = "GRPC C++"
# could be handy for archiving the generated documentation or if some version
# control system is used.
-PROJECT_NUMBER = 0.10.1.0
+PROJECT_NUMBER = 0.11.0.0
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
diff --git a/tools/doxygen/Doxyfile.c++.internal b/tools/doxygen/Doxyfile.c++.internal
index 185d24720c..dfaeb43ca7 100644
--- a/tools/doxygen/Doxyfile.c++.internal
+++ b/tools/doxygen/Doxyfile.c++.internal
@@ -40,7 +40,7 @@ PROJECT_NAME = "GRPC C++"
# could be handy for archiving the generated documentation or if some version
# control system is used.
-PROJECT_NUMBER = 0.10.1.0
+PROJECT_NUMBER = 0.11.0.0
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
diff --git a/tools/doxygen/Doxyfile.core b/tools/doxygen/Doxyfile.core
index 4c83e22b7f..beb0128e41 100644
--- a/tools/doxygen/Doxyfile.core
+++ b/tools/doxygen/Doxyfile.core
@@ -40,7 +40,7 @@ PROJECT_NAME = "GRPC Core"
# could be handy for archiving the generated documentation or if some version
# control system is used.
-PROJECT_NUMBER = 0.10.1.0
+PROJECT_NUMBER = 0.11.0.0
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
diff --git a/tools/doxygen/Doxyfile.core.internal b/tools/doxygen/Doxyfile.core.internal
index 729f8bf2ff..fdc32c7776 100644
--- a/tools/doxygen/Doxyfile.core.internal
+++ b/tools/doxygen/Doxyfile.core.internal
@@ -40,7 +40,7 @@ PROJECT_NAME = "GRPC Core"
# could be handy for archiving the generated documentation or if some version
# control system is used.
-PROJECT_NUMBER = 0.10.1.0
+PROJECT_NUMBER = 0.11.0.0
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a