From 3d86f23d6fe8b41e1c3361c67aa00a000e060802 Mon Sep 17 00:00:00 2001 From: Gary Scavone Date: Tue, 16 Feb 2016 20:43:28 -0500 Subject: [PATCH] Version number update in configure.ac in advance of new release. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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])