diff options
| author | Gary Scavone <gary@music.mcgill.ca> | 2016-02-11 08:13:14 -0500 |
|---|---|---|
| committer | Gary Scavone <gary@music.mcgill.ca> | 2016-02-11 08:13:14 -0500 |
| commit | f92ecf14ca5522b264f720b642e3e47c99073017 (patch) | |
| tree | 9ebb7a1f84e8cca7c65c98e00adeb9e46246d010 /RtAudio.cpp | |
| parent | 70b95123e8cf93092d23688a65fb276e98d42f5e (diff) | |
Documentation updates in advance of new release
Diffstat (limited to 'RtAudio.cpp')
| -rwxr-xr-x | RtAudio.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/RtAudio.cpp b/RtAudio.cpp index 509e949..882fa0e 100755 --- a/RtAudio.cpp +++ b/RtAudio.cpp @@ -10,7 +10,7 @@ RtAudio WWW site: http://www.music.mcgill.ca/~gary/rtaudio/
RtAudio: realtime audio i/o C++ classes
- Copyright (c) 2001-2014 Gary P. Scavone
+ Copyright (c) 2001-2016 Gary P. Scavone
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation files
@@ -38,7 +38,7 @@ */
/************************************************************************/
-// RtAudio: Version 4.1.1
+// RtAudio: Version 4.1.2
#include "RtAudio.h"
#include <iostream>
|
