Browse Source

[0.102.10] increment JACK_PROTOCOL_VERSION to 16

git-svn-id: svn+ssh://jackaudio.org/trunk/jack@968 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/0.109.0
joq 20 years ago
parent
commit
6e8b8637b8
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      configure.ac

+ 2
- 2
configure.ac View File

@@ -15,7 +15,7 @@ dnl changes are made
dnl ---
JACK_MAJOR_VERSION=0
JACK_MINOR_VERSION=102
JACK_MICRO_VERSION=9
JACK_MICRO_VERSION=10

dnl ---
dnl HOWTO: updating the jack protocol version
@@ -25,7 +25,7 @@ dnl made to the way libjack communicates with jackd
dnl that would break applications linked with an older
dnl version of libjack.
dnl ---
JACK_PROTOCOL_VERSION=15
JACK_PROTOCOL_VERSION=16

dnl ---
dnl HOWTO: updating the libjack interface version


Loading…
Cancel
Save