diff options
| -rw-r--r-- | configure.ac | 2 | ||||
| -rw-r--r-- | doc/doxygen/Doxyfile.in (renamed from doc/doxygen/Doxyfile) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index dc2ad0a..07567fb 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_INIT(RtAudio, 4.1, gary@music.mcgill.ca, rtaudio) AC_CONFIG_AUX_DIR(config) AC_CONFIG_SRCDIR(RtAudio.cpp) -AC_CONFIG_FILES([rtaudio-config librtaudio.pc Makefile tests/Makefile]) +AC_CONFIG_FILES([rtaudio-config librtaudio.pc Makefile tests/Makefile doc/doxygen/Doxyfile]) # Fill GXX with something before test. AC_SUBST( GXX, ["no"] ) diff --git a/doc/doxygen/Doxyfile b/doc/doxygen/Doxyfile.in index 46d07db..c065cb8 100644 --- a/doc/doxygen/Doxyfile +++ b/doc/doxygen/Doxyfile.in @@ -32,7 +32,7 @@ PROJECT_NAME = RtAudio # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 4.1.1 +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 |
