Merge pull request #3180 from nicolasnoble/master

Bumping revision to 0.11 for beta.
pull/3088/head^2
David G. Quintas 9 years ago
commit 5c4fa0df65
  1. 2
      Makefile
  2. 2
      build.yaml
  3. 2
      src/core/surface/version.c
  4. 2
      tools/doxygen/Doxyfile.c++
  5. 2
      tools/doxygen/Doxyfile.c++.internal
  6. 2
      tools/doxygen/Doxyfile.core
  7. 2
      tools/doxygen/Doxyfile.core.internal

@ -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)

@ -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]

@ -37,5 +37,5 @@
#include <grpc/grpc.h>
const char *grpc_version_string(void) {
return "0.10.1.0";
return "0.11.0.0";
}

@ -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

@ -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

@ -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

@ -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

Loading…
Cancel
Save