diff --git a/NEWS.rst b/NEWS.rst index e5f9019..8f239cc 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -2,6 +2,11 @@ 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 diff --git a/wscript b/wscript index 44bcad1..7155aa9 100644 --- a/wscript +++ b/wscript @@ -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 = '.'