From ca5af47e7b47b56b61f3d493d5f294733eeea1ec Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Sat, 15 Oct 2022 00:57:35 +0200 Subject: [PATCH] Update tag date --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index ddd18a8..a89cc4f 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-09-11' +version_date = '2022-10-15' # Test for dynamic baudrate configuration interface compiler = meson.get_compiler('c')