From 3304228657faab2a86981ac7b25386a14d29a1ee Mon Sep 17 00:00:00 2001 From: Sebastian Ramacher Date: Sun, 8 Sep 2019 14:52:22 +0200 Subject: [PATCH] Version 0.4.4 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index b4b0c0b..63a0496 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('zathura', 'c', - version: '0.4.3', + version: '0.4.4', meson_version: '>=0.47', default_options: 'c_std=c11', )