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

@ -443,4 +443,4 @@ WEBSITE
AUTHOR AUTHOR
Created by Martin Lund <martin.lund@keep-it-simple.com>. Created by Martin Lund <martin.lund@keep-it-simple.com>.
tio 2.4 2022-10-18 tio(1) tio 2.4 2022-11-02 tio(1)

View file

@ -6,7 +6,7 @@ project('tio', 'c',
) )
# The tag date of the project_version(), update when the version bumps. # 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 # Test for dynamic baudrate configuration interface
compiler = meson.get_compiler('c') compiler = meson.get_compiler('c')