diff options
| author | Wladimir J. van der Laan <[email protected]> | 2017-02-17 17:26:01 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2017-02-17 17:27:18 +0100 |
| commit | f87e8f53920adfa80a3f4af9435370dc272c3783 (patch) | |
| tree | 124de2635a27102d08dad98d0be7b1e6a3e5465c /doc/Doxyfile | |
| parent | Merge #9761: Use 2 hour grace period for key timestamps in importmulti rescans (diff) | |
| download | discoin-f87e8f53920adfa80a3f4af9435370dc272c3783.tar.xz discoin-f87e8f53920adfa80a3f4af9435370dc272c3783.zip | |
build: bump version to 0.14.99
Now that 0.14 branch has been split off, master is 0.14.99 (pre-0.15).
Also clean out release notes.
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 ef55acdbc..45436a6b1 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = "Bitcoin Core" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 0.13.99 +PROJECT_NUMBER = 0.14.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 a |