mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
revert version changes to meson.build per review comments
This commit is contained in:
parent
f99a85b9da
commit
6178092872
1 changed files with 2 additions and 2 deletions
|
|
@ -1,12 +1,12 @@
|
|||
project('tio', 'c',
|
||||
version : '3.8.1',
|
||||
version : '3.8',
|
||||
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 = '2024-10-24'
|
||||
version_date = '2024-08-31'
|
||||
|
||||
# Test for dynamic baudrate configuration interface
|
||||
compiler = meson.get_compiler('c')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue