summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary Scavone <gary@music.mcgill.ca>2011-08-11 16:37:31 +0000
committerStephen Sinclair <sinclair@music.mcgill.ca>2013-10-11 01:38:28 +0200
commitc32410a961a1e54c1626822f54703cec54cee343 (patch)
treedd1bbf4d6a3a692a34d4d31b17f000d6238bc642
parent6d437609d09bd364ec7dc9f1e4800e2e2680be2c (diff)
Minor documentation updates for release 4.0.9 (gs).
-rw-r--r--doc/doxygen/Doxyfile2
-rw-r--r--doc/release.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/doxygen/Doxyfile b/doc/doxygen/Doxyfile
index b60907f..a590a7b 100644
--- a/doc/doxygen/Doxyfile
+++ b/doc/doxygen/Doxyfile
@@ -31,7 +31,7 @@ PROJECT_NAME = RtAudio
# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = 4.0.8
+PROJECT_NUMBER = 4.0.9
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
diff --git a/doc/release.txt b/doc/release.txt
index ae3025e..c58c9d9 100644
--- a/doc/release.txt
+++ b/doc/release.txt
@@ -2,7 +2,7 @@ RtAudio - a set of C++ classes that provide a common API for realtime audio inpu
By Gary P. Scavone, 2001-2011.
-v4.0.9: (?? August 2011)
+v4.0.9: (11 August 2011)
- fix for ASIO problem enumerating devices after opening duplex stream (Oliver Larkin)
- fix for OS-X problems setting sample rate and bits-per-sample
- updates for OS-X "Lion"