Browse Source

More updates for 4.0.3 release.

tags/4.0.3
Gary Scavone Stephen Sinclair 17 years ago
parent
commit
3dc6e2e868
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      RtAudio.cpp
  2. +1
    -1
      RtAudio.h
  3. +1
    -1
      doc/doxygen/Doxyfile

+ 1
- 1
RtAudio.cpp View File

@@ -38,7 +38,7 @@
*/ */
/************************************************************************/ /************************************************************************/


// RtAudio: Version 4.0
// RtAudio: Version 4.0.3


#include "RtAudio.h" #include "RtAudio.h"
#include <iostream> #include <iostream>


+ 1
- 1
RtAudio.h View File

@@ -42,7 +42,7 @@
\file RtAudio.h \file RtAudio.h
*/ */


// RtAudio: Version 4.0
// RtAudio: Version 4.0.3


#ifndef __RTAUDIO_H #ifndef __RTAUDIO_H
#define __RTAUDIO_H #define __RTAUDIO_H


+ 1
- 1
doc/doxygen/Doxyfile View File

@@ -23,7 +23,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
PROJECT_NUMBER = 4.0.3


# 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.


Loading…
Cancel
Save