diff options
| author | Gary Scavone <gary@music.mcgill.ca> | 2016-02-16 20:43:28 -0500 |
|---|---|---|
| committer | Gary Scavone <gary@music.mcgill.ca> | 2016-02-16 20:43:28 -0500 |
| commit | 3d86f23d6fe8b41e1c3361c67aa00a000e060802 (patch) | |
| tree | d520a2553e5393c24745ebc53a2b13fd0c138285 | |
| parent | 0b6207d3257a988b6665c36b6d4ee6d9846a4b52 (diff) | |
Version number update in configure.ac in advance of new release.
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a61ee04..e1a5ec3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # Process this file with autoconf to produce a configure script. -AC_INIT(RtAudio, 4.1.1, gary@music.mcgill.ca, rtaudio) +AC_INIT(RtAudio, 4.1.2, gary@music.mcgill.ca, rtaudio) AC_CONFIG_AUX_DIR(config) AC_CONFIG_SRCDIR(RtAudio.cpp) AC_CONFIG_FILES([rtaudio-config rtaudio.pc Makefile tests/Makefile doc/Makefile doc/doxygen/Doxyfile]) |
