From 6178092872cb351313568cd45b933a8dcbb5c2f6 Mon Sep 17 00:00:00 2001 From: Keith Hill Date: Fri, 25 Oct 2024 12:25:34 -0500 Subject: [PATCH] revert version changes to meson.build per review comments --- meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meson.build b/meson.build index 416b2bd..810f9dd 100644 --- a/meson.build +++ b/meson.build @@ -1,12 +1,12 @@ project('tio', 'c', - version : '3.8.1', + version : '3.8', license : [ 'GPL-2'], meson_version : '>= 0.53.2', default_options : [ 'warning_level=2', 'buildtype=release', 'c_std=gnu99' ] ) # The tag date of the project_version(), update when the version bumps. -version_date = '2024-10-24' +version_date = '2024-08-31' # Test for dynamic baudrate configuration interface compiler = meson.get_compiler('c')