From 905a25369a496df81863186f74954a7355cf023e Mon Sep 17 00:00:00 2001 From: Alastair Poole Date: Fri, 22 May 2020 19:43:50 +0100 Subject: [PATCH] edi: back into development. --- meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meson.build b/meson.build index 6bfaf2d..19daa4a 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'edi', 'c', - version : '0.8.0', + version : '0.8.99', default_options: [ 'c_std=gnu99', 'warning_level=2' ], meson_version : '>= 0.50.0') @@ -23,7 +23,7 @@ config_h.set_quoted('PACKAGE_DOC_DIR', join_paths(get_option('prefix'), get_opti config_h.set_quoted('EFL_BETA_API_SUPPORT' , '1') -elm = dependency('elementary', version : '>=1.23.99') +elm = dependency('elementary', version : '>=1.24.0') top_inc = include_directories('.') host_os = host_machine.system()