diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2017-04-05 09:32:12 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2017-04-05 09:40:56 +0200 |
commit | 168a7034f5eefcf657f6332f0b7966e439ca4df5 (patch) | |
tree | f16c67a1c720d772071913b8f8d6294fe8e21d6f /doc | |
parent | b67eb8dde8853c2956f6ed36746fc3ade248e925 (diff) |
doc: Make build system insert version in Doxyfile
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Doxyfile.in (renamed from doc/Doxyfile) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Doxyfile b/doc/Doxyfile.in index 45436a6b15..58c65fb7e2 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile.in @@ -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.14.99 +PROJECT_NUMBER = @PACKAGE_VERSION@ # 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 |