From c1ffcff1d3c3da399404d1b9a0f125d6d3020bac Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Tue, 1 Oct 2019 12:13:56 +0200 Subject: [PATCH] build: open up development again Freeze is over, you are free to go wild. :-) --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 1991324039..f7afdfb11a 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('efl', ['c','cpp'], - version: '1.23.0', + version: '1.23.99', default_options : ['buildtype=release', 'cpp_std=c++11'], meson_version : '>=0.47' )