diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2013-11-17 14:17:39 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2013-11-17 14:17:39 +0100 |
commit | 0e165b97d97e76e2fd3a6e78306e78121dd74bd2 (patch) | |
tree | e01ebecbbd3f7b3f05a762ecd311879a10d75184 /doc | |
parent | af6e093f062548d850b6eb510240aeb1ff24e2a3 (diff) |
doc: small doxygen update
I was merging change this every time before generation of
the doxygen developer docs (https://dev.visucore.com/bitcoin/doxygen/)
but there's no reason why it can't just be merged upstream.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Doxyfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Doxyfile b/doc/Doxyfile index c32d0f8959..9bad2d0759 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -34,7 +34,7 @@ PROJECT_NAME = Bitcoin # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 0.5.0 +PROJECT_NUMBER = 0.9.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 |