diff options
| author | garyscavone <garyscavone@users.noreply.github.com> | 2023-07-21 14:09:31 -0400 |
|---|---|---|
| committer | garyscavone <garyscavone@users.noreply.github.com> | 2023-07-21 14:09:31 -0400 |
| commit | 0e11b50a7ba85875d09d60c097092d1d4bd760b2 (patch) | |
| tree | c80d4e2ba858460541c3f283ffde4aec2ed4f228 /RtAudio.cpp | |
| parent | 5045d3b60fd4e431fcbb8246b12e717f41de7382 (diff) | |
Updates to documentation, version number in preparation for release 6.0.0.
Diffstat (limited to 'RtAudio.cpp')
| -rw-r--r-- | RtAudio.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/RtAudio.cpp b/RtAudio.cpp index 21d9e6b..899bb4b 100644 --- a/RtAudio.cpp +++ b/RtAudio.cpp @@ -11,7 +11,7 @@ RtAudio WWW site: http://www.music.mcgill.ca/~gary/rtaudio/ RtAudio: realtime audio i/o C++ classes - Copyright (c) 2001-2022 Gary P. Scavone + Copyright (c) 2001-2023 Gary P. Scavone Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files @@ -39,7 +39,7 @@ */ /************************************************************************/ -// RtAudio: Version 6.0.0beta1 +// RtAudio: Version 6.0.0 #include "RtAudio.h" #include <iostream> |
