Updated version number in meson.build

This commit is contained in:
Silvano Seva 2025-07-12 08:35:10 +02:00
parent 5ca552a830
commit fe87ac0186
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
## OpenRTX - Modular Open Source Radio Firmware ## OpenRTX - Modular Open Source Radio Firmware
## ##
project('OpenRTX', ['c', 'cpp'], project('OpenRTX', ['c', 'cpp'],
version : '0.3.6', version : '0.4.1',
default_options : ['warning_level=3', 'b_staticpic=false']) default_options : ['warning_level=3', 'b_staticpic=false'])
## ##