Bump libjack & libjackserver versions from 0.1.0 to 1.22.0 (LADI versions)

This commit is contained in:
Nedko Arnaudov 2023-07-25 22:29:54 +03:00
parent cf8d44743b
commit 3da568d7f0
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ from waflib.Build import BuildContext, CleanContext, InstallContext, UninstallCo
# see also common/JackConstants.h
VERSION = '2.22.1'
APPNAME = 'LADI JACK'
JACK_API_VERSION = '0.1.0'
JACK_API_VERSION = '2.22.0'
# these variables are mandatory ('/' are converted automatically)
top = '.'