Revert "Bump JACK_API_VERSION to match jack1 (1.0.0)"

This reverts commit ede4621675.
This commit is contained in:
falkTX 2020-10-17 21:19:17 +01:00
parent ede4621675
commit a938d7aef3
No known key found for this signature in database
GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ from waflib.Build import BuildContext, CleanContext, InstallContext, UninstallCo
VERSION='1.9.16'
APPNAME='jack'
JACK_API_VERSION = '1.0.0'
JACK_API_VERSION = '0.1.0'
# these variables are mandatory ('/' are converted automatically)
top = '.'