From 530a5417f1b94725ca8086f77393d75bfc0c958a Mon Sep 17 00:00:00 2001 From: Cagebreak Signing Key 3 Date: Fri, 11 Sep 2020 16:42:03 +0200 Subject: [PATCH] Increment cagebreak meson version --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 8f360a8..1c10e37 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('cagebreak', 'c', - version: '1.4.0', + version: '1.4.1', license: 'MIT', default_options: [ 'c_std=c11',