From 1f94fe2c9a0e123125a8cb6765bb0d7b7f6e159a Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Fri, 17 Jun 2022 12:21:59 +0200 Subject: [PATCH] Bump version --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 80f667b..a1047ad 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('tio', 'c', - version : '1.40', + version : '1.41', license : [ 'GPL-2'], meson_version : '>= 0.53.2', default_options : [ 'warning_level=2', 'buildtype=release', 'c_std=gnu99' ]