From 6efed001fc9ed32a0ad49b260c0ae53c55febcc8 Mon Sep 17 00:00:00 2001 From: Sebastian Ramacher Date: Sun, 20 May 2018 15:08:22 +0200 Subject: [PATCH] Version 0.4.0 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 1862fa0..f42d5eb 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('zathura', 'c', - version: '0.3.9', + version: '0.4.0', meson_version: '>=0.45', default_options: 'c_std=c11', )