From 054a8cc49fa1dec6276000e89da962c1c8f8cf07 Mon Sep 17 00:00:00 2001 From: Cagebreak Signing Key 7 Date: Mon, 17 May 2021 22:03:54 +0200 Subject: [PATCH] Update meson version --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index de8db67..2fc71e8 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('cagebreak', 'c', - version: '1.7.1', + version: '1.7.2', license: 'MIT', default_options: [ 'c_std=c11',