diff options
| author | Gary Scavone <gary@music.mcgill.ca> | 2019-07-30 17:23:28 -0400 |
|---|---|---|
| committer | Gary Scavone <gary@music.mcgill.ca> | 2019-07-30 17:23:28 -0400 |
| commit | ba23fd33d7cf5d372d487b5c8a91f569875a001c (patch) | |
| tree | 54fb6841a7d996f231982383c6da1a7da95d2042 /configure.ac | |
| parent | 6c7651fd65e2d6d423836cee77a48d1b238b2595 (diff) | |
Removed RtAudioError class and created a new enum for error types. Only implemented for RtApiCore and RtApiDummy, not rtaudio_c.
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 43c054a..f667fe1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # Process this file with autoconf to produce a configure script. -AC_INIT(RtAudio, 5.1.0, gary@music.mcgill.ca, rtaudio) +AC_INIT(RtAudio, 6.0.0beta1, gary@music.mcgill.ca, rtaudio) AC_CONFIG_AUX_DIR(config) AC_CONFIG_SRCDIR(RtAudio.cpp) AC_CONFIG_FILES([rtaudio.pc Makefile tests/Makefile doc/Makefile doc/doxygen/Doxyfile]) |
