diff --git a/man/tio.1.txt b/man/tio.1.txt index b21a477..aa26dcc 100644 --- a/man/tio.1.txt +++ b/man/tio.1.txt @@ -443,4 +443,4 @@ WEBSITE AUTHOR Created by Martin Lund . -tio 2.4 2022-10-18 tio(1) +tio 2.4 2022-11-02 tio(1) diff --git a/meson.build b/meson.build index f29e42d..c394f8c 100644 --- a/meson.build +++ b/meson.build @@ -6,7 +6,7 @@ project('tio', 'c', ) # 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')