revert version changes to meson.build per review comments

This commit is contained in:
Keith Hill 2024-10-25 12:25:34 -05:00
parent f99a85b9da
commit 6178092872

View file

@ -1,12 +1,12 @@
project('tio', 'c', project('tio', 'c',
version : '3.8.1', version : '3.8',
license : [ 'GPL-2'], license : [ 'GPL-2'],
meson_version : '>= 0.53.2', meson_version : '>= 0.53.2',
default_options : [ 'warning_level=2', 'buildtype=release', 'c_std=gnu99' ] default_options : [ 'warning_level=2', 'buildtype=release', 'c_std=gnu99' ]
) )
# The tag date of the project_version(), update when the version bumps. # The tag date of the project_version(), update when the version bumps.
version_date = '2024-10-24' version_date = '2024-08-31'
# Test for dynamic baudrate configuration interface # Test for dynamic baudrate configuration interface
compiler = meson.get_compiler('c') compiler = meson.get_compiler('c')