summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary Scavone <gary@music.mcgill.ca>2007-12-07 07:41:32 +0000
committerStephen Sinclair <sinclair@music.mcgill.ca>2013-10-11 01:37:25 +0200
commit3dc6e2e86821303784512f86805683f1fda14ccb (patch)
treeaf49231c80436ceea2baa069e065a87af505423f
parent3006b8dc55a9deee14f024a8be38b6390f5ec9d3 (diff)
More updates for 4.0.3 release.
-rw-r--r--RtAudio.cpp2
-rw-r--r--RtAudio.h2
-rw-r--r--doc/doxygen/Doxyfile2
3 files changed, 3 insertions, 3 deletions
diff --git a/RtAudio.cpp b/RtAudio.cpp
index 5e332dd..cdefda4 100644
--- a/RtAudio.cpp
+++ b/RtAudio.cpp
@@ -38,7 +38,7 @@
*/
/************************************************************************/
-// RtAudio: Version 4.0
+// RtAudio: Version 4.0.3
#include "RtAudio.h"
#include <iostream>
diff --git a/RtAudio.h b/RtAudio.h
index 1bb1336..5acc9a5 100644
--- a/RtAudio.h
+++ b/RtAudio.h
@@ -42,7 +42,7 @@
\file RtAudio.h
*/
-// RtAudio: Version 4.0
+// RtAudio: Version 4.0.3
#ifndef __RTAUDIO_H
#define __RTAUDIO_H
diff --git a/doc/doxygen/Doxyfile b/doc/doxygen/Doxyfile
index e4b0cef..0b72a2a 100644
--- a/doc/doxygen/Doxyfile
+++ b/doc/doxygen/Doxyfile
@@ -23,7 +23,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
+PROJECT_NUMBER = 4.0.3
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.