From e300729075670c4aeabc64e704e3c810bca94dff Mon Sep 17 00:00:00 2001 From: rncbc Date: Wed, 15 Jun 2005 09:28:39 +0000 Subject: [PATCH] * Attempt to let client timeout option work again on realtime mode. Signed-off-by: Robert Jonsson * Changed to let jackd quit gracefully, when e.g. usb soundcard or power cable is unplugged. This adds to general correctness as it passes the error status to the caller, which does not happen for the nframes == 0 case without it. Signed-off-by: Karsten Wiese * Version changed to 0.100.1. Signed-off-by: Rui Nuno Capela git-svn-id: svn+ssh://jackaudio.org/trunk/jack@913 0c269be4-1314-0410-8aa9-9f06e86f4224 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 1c7861b..62806e3 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ dnl changes are made dnl --- JACK_MAJOR_VERSION=0 JACK_MINOR_VERSION=100 -JACK_MICRO_VERSION=0 +JACK_MICRO_VERSION=1 dnl --- dnl HOWTO: updating the jack protocol version