From 5f08ca97d0eb1093e5a5211876a4873e438b0280 Mon Sep 17 00:00:00 2001 From: Nedko Arnaudov Date: Sun, 7 Jan 2024 18:26:31 +0200 Subject: [PATCH] Release a2jmidid-11 --- NEWS.rst | 5 +++++ wscript | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 = '.'