From 0a3600eff21c8fcabff0f819b8d69c796884c773 Mon Sep 17 00:00:00 2001 From: Stephen Sinclair Date: Fri, 12 Feb 2016 11:11:41 -0300 Subject: [PATCH] Update version number to 4.1.1 in configure.ac --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]) -- 2.30.2