Skip to content

Commit 168a703

Browse files
committed
doc: Make build system insert version in Doxyfile
1 parent b67eb8d commit 168a703

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

configure.ac

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1157,6 +1157,7 @@ AC_SUBST(QR_LIBS)
11571157
AC_CONFIG_FILES([Makefile src/Makefile doc/man/Makefile share/setup.nsi share/qt/Info.plist test/functional/config.ini])
11581158
AC_CONFIG_FILES([test/util/buildenv.py],[chmod +x test/util/buildenv.py])
11591159
AC_CONFIG_FILES([contrib/devtools/split-debug.sh],[chmod +x contrib/devtools/split-debug.sh])
1160+
AC_CONFIG_FILES([doc/Doxyfile])
11601161
AC_CONFIG_LINKS([test/functional/test_runner.py:test/functional/test_runner.py])
11611162
AC_CONFIG_LINKS([test/util/bitcoin-util-test.py:test/util/bitcoin-util-test.py])
11621163
AC_CONFIG_LINKS([test/util/bctest.py:test/util/bctest.py])

doc/Doxyfile renamed to doc/Doxyfile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "Bitcoin Core"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 0.14.99
41+
PROJECT_NUMBER = @PACKAGE_VERSION@
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

0 commit comments

Comments
 (0)