summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/doxygen/tutorial.txt2
-rw-r--r--doc/release.txt4
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/doxygen/tutorial.txt b/doc/doxygen/tutorial.txt
index ffbc435..76b28b0 100644
--- a/doc/doxygen/tutorial.txt
+++ b/doc/doxygen/tutorial.txt
@@ -32,7 +32,7 @@ Devices are now re-enumerated every time the RtAudio::getDeviceCount(), RtAudio:
\section download Download
-Latest Release (13 August 2007): <A href="http://music.mcgill.ca/~gary/rtaudio/release/rtaudio-4.0.1.tar.gz">Version 4.0.1</A>
+Latest Release (21 August 2007): <A href="http://music.mcgill.ca/~gary/rtaudio/release/rtaudio-4.0.2.tar.gz">Version 4.0.2</A>
\section documentation Documentation Links
diff --git a/doc/release.txt b/doc/release.txt
index d5f3415..4ce42af 100644
--- a/doc/release.txt
+++ b/doc/release.txt
@@ -2,6 +2,10 @@ RtAudio - a set of C++ classes that provide a common API for realtime audio inpu
By Gary P. Scavone, 2001-2007.
+v4.0.2: (21 August 2007)
+- fix to RtError::WARNING typo in RtAudio.h (RtApiDummy)
+- removed "+1"s in RtApiCore c++ append when getting device name
+
v4.0.1: (13 August 2007)
- fix to RtError::WARNING typo in RtAudio.cpp