diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-07-18 12:21:52 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-07-18 12:22:18 +0200 |
commit | 6c0336c7723da274c8312b82ed2a138f5d57158f (patch) | |
tree | ccdf14616b1f15dd05d3f803514c5333d3088afe /doc/Doxyfile | |
parent | e4382fbef56a0e04b0ed834e8b3a3a16f81db149 (diff) |
build: bump version to 0.13.99
Now that 0.13 branch has been split off, master is 0.13.99 (pre-0.14).
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..22850db835 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.99 # 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 |