mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Bump version
This commit is contained in:
parent
02b60e9fb3
commit
3d7d9c85b5
1 changed files with 2 additions and 2 deletions
|
|
@ -1,12 +1,12 @@
|
|||
project('tio', 'c',
|
||||
version : '2.6',
|
||||
version : '2.7',
|
||||
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-12-17'
|
||||
version_date = '2023-09-19'
|
||||
|
||||
# Test for dynamic baudrate configuration interface
|
||||
compiler = meson.get_compiler('c')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue