From 44d2dfe55421757fc761557db9538dddfbfa3556 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Sun, 26 Dec 2021 16:14:33 +0000 Subject: [PATCH] let's do a 0.6.0 of evisum - since netstar seems to be away for now --- meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meson.build b/meson.build index ca795ec..7628308 100644 --- a/meson.build +++ b/meson.build @@ -1,9 +1,9 @@ ##### Project project('evisum', 'c', - version : '0.5.99', + version : '0.6.0', meson_version : '>= 0.40.0') -efl_version = '>= 1.22.0' +efl_version = '>= 1.26.0' cfg = configuration_data()