From db597658b9e75f4d0da71e3905586ada45f52ee6 Mon Sep 17 00:00:00 2001 From: Silvano Seva Date: Sun, 5 Oct 2025 13:52:47 +0200 Subject: [PATCH] OpenRTX version 0.4.2 Signed-off-by: Silvano Seva --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index a2588a91..2e36fa30 100644 --- a/meson.build +++ b/meson.build @@ -2,7 +2,7 @@ ## OpenRTX - Modular Open Source Radio Firmware ## project('OpenRTX', ['c', 'cpp'], - version : '0.4.1', + version : '0.4.2', default_options : ['warning_level=3', 'b_staticpic=false']) ##