From 4b19f64ae018e689f80617fb7a59c8e148dfc80e Mon Sep 17 00:00:00 2001 From: Sebastian Ramacher Date: Sun, 8 Sep 2019 14:52:16 +0200 Subject: [PATCH 1/2] Require girara 0.3.3 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 969d27c..b4b0c0b 100644 --- a/meson.build +++ b/meson.build @@ -37,7 +37,7 @@ plugindir = join_paths(get_option('libdir'), 'zathura') # required dependencies libm = cc.find_library('m', required: false) -girara = dependency('girara-gtk3', version: '>=0.3.2') +girara = dependency('girara-gtk3', version: '>=0.3.3') glib = dependency('glib-2.0', version: '>=2.50') gio = dependency('gio-unix-2.0', required: host_machine.system() != 'windows') gthread = dependency('gthread-2.0', version: '>=2.50') From 3304228657faab2a86981ac7b25386a14d29a1ee Mon Sep 17 00:00:00 2001 From: Sebastian Ramacher Date: Sun, 8 Sep 2019 14:52:22 +0200 Subject: [PATCH 2/2] 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', )