Browse Source

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
tags/0.116.0
paul 17 years ago
parent
commit
50909fbbe9
1 changed files with 4 additions and 3 deletions
  1. +4
    -3
      configure.ac

+ 4
- 3
configure.ac View File

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


Loading…
Cancel
Save