From ca0eb25e1f9ce1729c3bfb6a4410bc20b5a6c1d0 Mon Sep 17 00:00:00 2001 From: Cagebreak Signing Key 3 Date: Mon, 7 Sep 2020 10:59:08 +0200 Subject: [PATCH] Increment version --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 367487c..b9fc209 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('cagebreak', 'c', - version: '1.3.4', + version: '1.4.0', license: 'MIT', default_options: [ 'c_std=c11',