diff options
| author | Stephen Sinclair <radarsat1@gmail.com> | 2016-02-12 11:11:41 -0300 |
|---|---|---|
| committer | Stephen Sinclair <radarsat1@gmail.com> | 2016-02-12 14:55:25 -0300 |
| commit | 0a3600eff21c8fcabff0f819b8d69c796884c773 (patch) | |
| tree | b316efd20e60283f15d8493492728635776a54d3 | |
| parent | 51e51e34aa7692840222e649e51247b34739816f (diff) | |
Update version number to 4.1.1 in configure.ac
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index c253114..acb1348 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, gary@music.mcgill.ca, rtaudio) +AC_INIT(RtAudio, 4.1.1, gary@music.mcgill.ca, rtaudio) AC_CONFIG_AUX_DIR(config) AC_CONFIG_SRCDIR(RtAudio.cpp) AC_CONFIG_FILES([rtaudio-config librtaudio.pc Makefile tests/Makefile]) |
