1
Fork 0

Release a2jmidid-11

This commit is contained in:
Nedko Arnaudov 2024-01-07 18:26:31 +02:00
parent cad58474e3
commit 5f08ca97d0
2 changed files with 6 additions and 1 deletions

View File

@ -2,6 +2,11 @@
Changelog 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 LADI Version 10 on 2023-11-09
----------------------- -----------------------
* wscript: Use WafToolchainFlags * wscript: Use WafToolchainFlags

View File

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