From a938d7aef3190c052eed66351c2a2c0562e022aa Mon Sep 17 00:00:00 2001 From: falkTX Date: Sat, 17 Oct 2020 21:19:17 +0100 Subject: [PATCH] Revert "Bump JACK_API_VERSION to match jack1 (1.0.0)" This reverts commit ede462167563c3d3bb1c78e5a6773e52bf1a6ba3. --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index 2e8746fbb..dd8cb6a34 100644 --- a/wscript +++ b/wscript @@ -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 = '.'