Update version tag date

This commit is contained in:
Martin Lund 2022-12-02 13:05:00 +01:00
parent a21809b090
commit 6b084a53b8
2 changed files with 2 additions and 2 deletions

View file

@ -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')