From 6b084a53b84dd7b369a6486f59f74138f6d7221a Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Fri, 2 Dec 2022 13:05:00 +0100 Subject: [PATCH] Update version tag date --- man/tio.1.txt | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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')