summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.