Browse Source

Raise JACK_PROTOCOL_VERSION number.

git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3938 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/v1.9.6
sletz 16 years ago
parent
commit
13bfdb36d7
2 changed files with 2 additions and 1 deletions
  1. +1
    -0
      ChangeLog
  2. +1
    -1
      common/JackConstants.h

+ 1
- 0
ChangeLog View File

@@ -32,6 +32,7 @@ Mario Lang
2010-03-04 Stephane Letz <letz@grame.fr>
* Correct JackMachServerChannel::Execute : keep running even in error cases.
* Raise JACK_PROTOCOL_VERSION number.

2010-03-03 Stephane Letz <letz@grame.fr>



+ 1
- 1
common/JackConstants.h View File

@@ -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


Loading…
Cancel
Save