summaryrefslogtreecommitdiff
path: root/doc/doxygen/tutorial.txt
diff options
context:
space:
mode:
authorGary Scavone <gary@music.mcgill.ca>2013-12-27 12:00:29 -0800
committerGary Scavone <gary@music.mcgill.ca>2013-12-27 12:00:29 -0800
commitbc89055478fc79cc7b8b655ee23aed7760281318 (patch)
treeb06f95e894ab7847d2f01d8366615e17634b68be /doc/doxygen/tutorial.txt
parentc01dce01ba1b634d6a42d8a467cfe35a5223366e (diff)
A few more minor updates for the RtAudioError class change.
Diffstat (limited to 'doc/doxygen/tutorial.txt')
-rw-r--r--doc/doxygen/tutorial.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/doxygen/tutorial.txt b/doc/doxygen/tutorial.txt
index be72425..da05da6 100644
--- a/doc/doxygen/tutorial.txt
+++ b/doc/doxygen/tutorial.txt
@@ -15,7 +15,7 @@ RtAudio is a set of C++ classes that provide a common API (Application Programmi
RtAudio incorporates the concept of audio streams, which represent audio output (playback) and/or input (recording). Available audio devices and their capabilities can be enumerated and then specified when opening a stream. Where applicable, multiple API support can be compiled and a particular API specified when creating an RtAudio instance. See the \ref apinotes section for information specific to each of the supported audio APIs.
-\section whatsnew Latest Updates (Version 4.0.12)
+\section whatsnew Latest Updates (Version 4.1.0)
- new functionality to allow error reporting via a client-supplied function (thanks to Pavel Mogilevskiy)
- new function to return the version number
@@ -29,7 +29,7 @@ RtAudio incorporates the concept of audio streams, which represent audio output
\section download Download
-Latest Release (16 April 2013): <A href="http://www.music.mcgill.ca/~gary/rtaudio/release/rtaudio-4.0.12.tar.gz">Version 4.0.12</A>
+Latest Release (?? 2014): <A href="http://www.music.mcgill.ca/~gary/rtaudio/release/rtaudio-4.1.0.tar.gz">Version 4.1.0</A>
\section documentation Documentation Links