Documentation updates for release 4.0.10 (GS).
authorGary Scavone <gary@music.mcgill.ca>
Tue, 30 Aug 2011 18:52:18 +0000 (18:52 +0000)
committerStephen Sinclair <sinclair@music.mcgill.ca>
Thu, 10 Oct 2013 23:38:29 +0000 (01:38 +0200)
RtAudio.cpp
RtAudio.h
doc/doxygen/Doxyfile
doc/doxygen/tutorial.txt
doc/release.txt

index 8a520c3ca3583738b94d09e3b0e36214287b7971..d4f381940581fedbb16e5b16c1e9f19b76f608c6 100644 (file)
@@ -38,7 +38,7 @@
 */\r
 /************************************************************************/\r
 \r
-// RtAudio: Version 4.0.9\r
+// RtAudio: Version 4.0.10\r
 \r
 #include "RtAudio.h"\r
 #include <iostream>\r
index 6032368adc1c3b575c504d757b819400e68dc7ca..368fda3268bd6ec4e4b2919fa43222e7f0e11b81 100644 (file)
--- a/RtAudio.h
+++ b/RtAudio.h
@@ -42,7 +42,7 @@
   \file RtAudio.h
  */
 
-// RtAudio: Version 4.0.9
+// RtAudio: Version 4.0.10
 
 #ifndef __RTAUDIO_H
 #define __RTAUDIO_H
index a590a7b529e9e18dd935ebb2752618bf0d6f94a6..f3c509ee3a8a5d5c9f1b23d0ab05d2faaf87f645 100644 (file)
@@ -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.9
+PROJECT_NUMBER         = 4.0.10
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
 # base path where the generated documentation will be put. 
index 1066f41028fef516d20b6810d98934e054f7b596..39cb76a853275be083a560ce0811fe1334e662f6 100644 (file)
@@ -32,7 +32,7 @@ Devices are now re-enumerated every time the RtAudio::getDeviceCount(), RtAudio:
 
 \section download Download
 
-Latest Release (14 August 2011): <A href="http://www.music.mcgill.ca/~gary/rtaudio/release/rtaudio-4.0.9.tar.gz">Version 4.0.9</A>
+Latest Release (30 August 2011): <A href="http://www.music.mcgill.ca/~gary/rtaudio/release/rtaudio-4.0.10.tar.gz">Version 4.0.10</A>
 
 \section documentation Documentation Links
 
index ebbc4322cc32c73d22cbe1fe19f1922c395f4128..a3dab357b7afe16a68e3b41b35e7174f4a24e9cc 100644 (file)
@@ -2,6 +2,10 @@ RtAudio - a set of C++ classes that provide a common API for realtime audio inpu
 
 By Gary P. Scavone, 2001-2011.
 
+v4.0.10: (30 August 2011)
+- fix for compile bug in Windows DS (counting devices)
+- update to configure and library Makefile
+
 v4.0.9: (14 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