From 7193e6f0c90aaed23ec6c52b8d8bb1ad6a02192c Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Fri, 22 Sep 2023 16:57:44 +0200 Subject: [PATCH] Bump version --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 5295d0d..3b807ef 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('tio', 'c', - version : '2.7', + version : '2.8', license : [ 'GPL-2'], meson_version : '>= 0.53.2', default_options : [ 'warning_level=2', 'buildtype=release', 'c_std=gnu99' ]