From 13c3b3e5ab4993fd39753313ee0bfcf18ac01b14 Mon Sep 17 00:00:00 2001 From: Sebastian Ramacher Date: Sun, 3 Mar 2024 18:10:20 +0100 Subject: [PATCH] Version 0.5.5 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 29d32f7..f015e31 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('zathura', 'c', - version: '0.5.4', + version: '0.5.5', meson_version: '>=0.61', default_options: ['c_std=c17', 'warning_level=3'], )