]> git.sur5r.net Git - tio/blobdiff - meson.build
New upstream version 2.4
[tio] / meson.build
index 9a91e851a53f24fd1cb1d9b9b7df1f8b4323750b..c394f8cb0f9188895034997e26bd41fd33630b7b 100644 (file)
@@ -1,12 +1,12 @@
 project('tio', 'c',
-    version : '2.2',
+    version : '2.4',
     license : [ 'GPL-2'],
     meson_version : '>= 0.53.2',
     default_options : [ 'warning_level=2', 'buildtype=release', 'c_std=gnu99' ]
 )
 
 # The tag date of the project_version(), update when the version bumps.
-version_date = '2022-10-18'
+version_date = '2022-11-02'
 
 # Test for dynamic baudrate configuration interface
 compiler = meson.get_compiler('c')