From 3234691909135d52ffb49026f8f8fdcf70c751fc Mon Sep 17 00:00:00 2001 From: Cagebreak Signing Key 3 Date: Mon, 19 Apr 2021 20:28:56 +0200 Subject: [PATCH] Adjust version to 1.6.1 in meson --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index c760aec..09613bb 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('cagebreak', 'c', - version: '1.6.0', + version: '1.6.1', license: 'MIT', default_options: [ 'c_std=c11',