diff options
author | Juanli Shen <aspirinsjl@gmail.com> | 2018-08-27 18:34:38 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-27 18:34:38 -0700 |
commit | 35501ad1df5799be17cc41894a0dc1d3ed43a8f0 (patch) | |
tree | 378e083b697099565c5c60c0a135c48dacb49804 /tools/doxygen | |
parent | f2f8bbd0080e9d4d61e50e1d361bb8bc761a32b4 (diff) | |
parent | 8ceb27a324b5efaf2ed096a7bbdf241295272bf5 (diff) |
Merge pull request #16467 from AspirinSJL/bump_master
Bump version to 1.16.0-dev
Diffstat (limited to 'tools/doxygen')
-rw-r--r-- | tools/doxygen/Doxyfile.c++ | 2 | ||||
-rw-r--r-- | tools/doxygen/Doxyfile.c++.internal | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/doxygen/Doxyfile.c++ b/tools/doxygen/Doxyfile.c++ index 688c271fea..9a97ee84f2 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 = 1.15.0-dev +PROJECT_NUMBER = 1.16.0-dev # 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 e6d4b1d98f..0cd4cfd647 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 = 1.15.0-dev +PROJECT_NUMBER = 1.16.0-dev # 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 |