1
Fork 0

Compare commits

...

2 Commits

Author SHA1 Message Date
Nedko Arnaudov 5f08ca97d0 Release a2jmidid-11 2024-01-07 18:26:46 +02:00
Nedko Arnaudov cad58474e3 NEWS: Document release of version 10 post-factum 2024-01-07 18:26:01 +02:00
2 changed files with 12 additions and 1 deletions

View File

@ -2,6 +2,17 @@
Changelog
=========
LADI Version 11 on 2024-01-07
-----------------------
* Fix bunch of warnings
* Upgrade waf to 2.0.26
LADI Version 10 on 2023-11-09
-----------------------
* wscript: Use WafToolchainFlags
* remove "legacy" wording
* Documentation fixes
LADI Version 9.1 on 2023-05-04
-----------------------
* Allow bypass of the conversion of MIDI note on events with velocity 0

View File

@ -13,7 +13,7 @@ from waflib.Build import BuildContext, CleanContext, InstallContext, UninstallCo
from waftoolchainflags import WafToolchainFlags
APPNAME='a2jmidid'
VERSION='10'
VERSION='11'
# these variables are mandatory ('/' are converted automatically)
srcdir = '.'