From b02106be08b1cf85cd38f9ba57dc2be72dde6024 Mon Sep 17 00:00:00 2001 From: Sebastian Ramacher Date: Fri, 8 Dec 2023 18:34:43 +0100 Subject: [PATCH] Version 0.5.3 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 2ea2f87..92623ee 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('zathura', 'c', - version: '0.5.2', + version: '0.5.3', meson_version: '>=0.61', default_options: ['c_std=c17', 'warning_level=3'], )