From 34e9d028a13e95027b4eea3fd8132b40f8271d15 Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Mon, 15 Aug 2022 20:05:40 +0200 Subject: [PATCH] Bump version to v2.0 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 2d87d85..eba9fdc 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('tio', 'c', - version : '1.48', + version : '2.0', license : [ 'GPL-2'], meson_version : '>= 0.53.2', default_options : [ 'warning_level=2', 'buildtype=release', 'c_std=gnu99' ]