diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-07-18 12:17:57 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-07-18 12:24:28 +0200 |
commit | 084d1ddf8fbfaf153e0ef4f47b4049d60de60c12 (patch) | |
tree | 6fa75ca04e3ee9c2efb9ce6e1819acf15e696a26 /doc/Doxyfile | |
parent | e4382fbef56a0e04b0ed834e8b3a3a16f81db149 (diff) |
build: bump version to 0.13.0
Diffstat (limited to 'doc/Doxyfile')
-rw-r--r-- | doc/Doxyfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Doxyfile b/doc/Doxyfile index 428fba98e1..93da55fbbe 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.12.99 +PROJECT_NUMBER = 0.13.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 |