From 2842eefee268af56d03e1e0a1f8676d6d6b8e113 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Tue, 26 Dec 2023 23:23:33 +0000 Subject: [PATCH] go back to .99 devel ver --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 56c57dfb75..2d714960c1 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('efl', ['c','cpp'], - version: '1.27.0', + version: '1.27.99', default_options : ['buildtype=plain', 'warning_level=1', 'cpp_std=c++11'], meson_version : '>=0.50' )