diff options
author | Craig Tiller <ctiller@google.com> | 2016-11-08 07:45:56 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-08 07:45:56 -0800 |
commit | 94277b611818e45c93be6e5811a1e5fff5339c86 (patch) | |
tree | 488b4bd329bef00d8e4aac7a48a2db1ce842e452 /tools/doxygen/Doxyfile.core.internal | |
parent | 150fbe1e5f1b2a88c35b39480770eb1503692bed (diff) | |
parent | 1cb088441a366f7ed06a8ea06dcb49bde9e1f8b7 (diff) |
Merge pull request #8080 from ctiller/decouple_version_number
Allow decoupling core version number from wrapper version numbers
Diffstat (limited to 'tools/doxygen/Doxyfile.core.internal')
-rw-r--r-- | tools/doxygen/Doxyfile.core.internal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/doxygen/Doxyfile.core.internal b/tools/doxygen/Doxyfile.core.internal index 72452c7a3c..793561d78f 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 = 1.1.0-dev +PROJECT_NUMBER = 2.0.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 |