From 892c38006b987e209fb2ae2c64f2b62c3513c050 Mon Sep 17 00:00:00 2001 From: Sebastian Ramacher Date: Fri, 9 Sep 2022 00:17:20 +0200 Subject: [PATCH] Version 0.5.1 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 2075f6d..0476cf1 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('zathura', 'c', - version: '0.5.0', + version: '0.5.1', meson_version: '>=0.56', default_options: ['c_std=c11', 'warning_level=3'], )