From 17bb6edfd29b19c52f0dc63f8e22b3d1f04ae686 Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Thu, 2 May 2024 18:52:52 +0200 Subject: [PATCH] Bump version --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 79c8a67..05b949b 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('tio', 'c', - version : '3.0', + version : '3.1', license : [ 'GPL-2'], meson_version : '>= 0.53.2', default_options : [ 'warning_level=2', 'buildtype=release', 'c_std=gnu99' ]