Browse Source

Minor documentation updates for release 4.0.9 (gs).

tags/4.0.9
Gary Scavone Stephen Sinclair 14 years ago
parent
commit
c32410a961
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      doc/doxygen/Doxyfile
  2. +1
    -1
      doc/release.txt

+ 1
- 1
doc/doxygen/Doxyfile View File

@@ -31,7 +31,7 @@ PROJECT_NAME = RtAudio
# This could be handy for archiving the generated documentation or # This could be handy for archiving the generated documentation or
# if some version control system is used. # 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) # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put. # base path where the generated documentation will be put.


+ 1
- 1
doc/release.txt View File

@@ -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. 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 ASIO problem enumerating devices after opening duplex stream (Oliver Larkin)
- fix for OS-X problems setting sample rate and bits-per-sample - fix for OS-X problems setting sample rate and bits-per-sample
- updates for OS-X "Lion" - updates for OS-X "Lion"


Loading…
Cancel
Save