File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -1157,6 +1157,7 @@ AC_SUBST(QR_LIBS)
1157
1157
AC_CONFIG_FILES ( [ Makefile src/Makefile doc/man/Makefile share/setup.nsi share/qt/Info.plist test/functional/config.ini] )
1158
1158
AC_CONFIG_FILES ( [ test/util/buildenv.py] ,[ chmod +x test/util/buildenv.py] )
1159
1159
AC_CONFIG_FILES ( [ contrib/devtools/split-debug.sh] ,[ chmod +x contrib/devtools/split-debug.sh] )
1160
+ AC_CONFIG_FILES ( [ doc/Doxyfile] )
1160
1161
AC_CONFIG_LINKS ( [ test/functional/test_runner.py:test/functional/test_runner.py] )
1161
1162
AC_CONFIG_LINKS ( [ test/util/bitcoin-util-test.py:test/util/bitcoin-util-test.py] )
1162
1163
AC_CONFIG_LINKS ( [ test/util/bctest.py:test/util/bctest.py] )
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ PROJECT_NAME = "Bitcoin Core"
38
38
# could be handy for archiving the generated documentation or if some version
39
39
# control system is used.
40
40
41
- PROJECT_NUMBER = 0.14.99
41
+ PROJECT_NUMBER = @PACKAGE_VERSION@
42
42
43
43
# Using the PROJECT_BRIEF tag one can provide an optional one line description
44
44
# for a project that appears at the top of each page and should give viewer a
You can’t perform that action at this time.
0 commit comments