From fe87ac01867d23bbb17287d988800d13dff0c57b Mon Sep 17 00:00:00 2001 From: Silvano Seva Date: Sat, 12 Jul 2025 08:35:10 +0200 Subject: [PATCH] Updated version number in meson.build --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 7b582e72..9fadc814 100644 --- a/meson.build +++ b/meson.build @@ -2,7 +2,7 @@ ## OpenRTX - Modular Open Source Radio Firmware ## project('OpenRTX', ['c', 'cpp'], - version : '0.3.6', + version : '0.4.1', default_options : ['warning_level=3', 'b_staticpic=false']) ##