diff options
author | Craig Tiller <craig.tiller@gmail.com> | 2015-05-29 15:42:32 -0700 |
---|---|---|
committer | Craig Tiller <craig.tiller@gmail.com> | 2015-05-29 15:42:32 -0700 |
commit | 5242c1e22a18f09f25737fd67732805cf55be751 (patch) | |
tree | 80a41ec7dda5b25bf8734c472f19e2c59e342e3c /tools/doxygen/Doxyfile.core | |
parent | d97caa1edcfae7b3a1ac5561b239d3158f2ae78d (diff) | |
parent | 2ae2982324dbac1352eba80368ad3c8935ff3daa (diff) |
Merge pull request #1832 from nicolasnoble/tagging-master-as-0.9.1
Tagging 0.9.1 on master.
Diffstat (limited to 'tools/doxygen/Doxyfile.core')
-rw-r--r-- | tools/doxygen/Doxyfile.core | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/doxygen/Doxyfile.core b/tools/doxygen/Doxyfile.core index 529792663e..7eab68040d 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.9.0.0 +PROJECT_NUMBER = 0.9.1.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 |