From 13bfdb36d743f2299ef628a4d331083cf111d508 Mon Sep 17 00:00:00 2001 From: sletz Date: Thu, 4 Mar 2010 18:16:12 +0000 Subject: [PATCH] Raise JACK_PROTOCOL_VERSION number. git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3938 0c269be4-1314-0410-8aa9-9f06e86f4224 --- ChangeLog | 1 + common/JackConstants.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 82ae9717..882ea74e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -32,6 +32,7 @@ Mario Lang 2010-03-04 Stephane Letz * Correct JackMachServerChannel::Execute : keep running even in error cases. + * Raise JACK_PROTOCOL_VERSION number. 2010-03-03 Stephane Letz diff --git a/common/JackConstants.h b/common/JackConstants.h index 695fcd0f..e04906dd 100644 --- a/common/JackConstants.h +++ b/common/JackConstants.h @@ -88,7 +88,7 @@ #define ALL_CLIENTS -1 // for notification -#define JACK_PROTOCOL_VERSION 7 +#define JACK_PROTOCOL_VERSION 8 #define SOCKET_TIME_OUT 5 // in sec #define DRIVER_OPEN_TIMEOUT 5 // in sec