From bf7b0326496179d64136fe47d79a44e6b15b520d Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Sat, 15 Oct 2022 23:15:01 +0200 Subject: [PATCH] Bump version --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index a89cc4f..09252bc 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('tio', 'c', - version : '2.1', + version : '2.2', license : [ 'GPL-2'], meson_version : '>= 0.53.2', default_options : [ 'warning_level=2', 'buildtype=release', 'c_std=gnu99' ]