From 50909fbbe9cfdfbc12c4707a854a559cf1fae5f5 Mon Sep 17 00:00:00 2001 From: paul Date: Tue, 2 Dec 2008 06:53:48 +0000 Subject: [PATCH] bump protocol version to reflect recent changes in protocol data structures because of 64/32 support, and note that static linkage against libjack is a bad idea. git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3151 0c269be4-1314-0410-8aa9-9f06e86f4224 --- configure.ac | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 7102355..f467e04 100644 --- a/configure.ac +++ b/configure.ac @@ -24,10 +24,11 @@ dnl HOWTO: updating the jack protocol version dnl dnl increment the protocol version whenever a change is dnl made to the way libjack communicates with jackd -dnl that would break applications linked with an older -dnl version of libjack. +dnl that would break applications statically linked with an older +dnl version of libjack. NOTE: statically linking to libjack +dnl is a huge mistake. dnl --- -JACK_PROTOCOL_VERSION=23 +JACK_PROTOCOL_VERSION=24 dnl --- dnl HOWTO: updating the libjack interface version