]> git.sur5r.net Git - tio/blobdiff - meson.build
New upstream version 2.5
[tio] / meson.build
index c394f8cb0f9188895034997e26bd41fd33630b7b..3fb3a22c6b92f8cc7e1015f3c32ddbbac3dfb828 100644 (file)
@@ -1,12 +1,12 @@
 project('tio', 'c',
-    version : '2.4',
+    version : '2.5',
     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-11-02'
+version_date = '2022-12-17'
 
 # Test for dynamic baudrate configuration interface
 compiler = meson.get_compiler('c')