From 542b17f958d2c0f1f3d61d34b76f127fd61612b5 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Mon, 26 Aug 2019 20:57:59 +0100 Subject: [PATCH] meson build - bump to 1.22.3 to match autofoo just for sanity --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 440b61282c..ddb7174529 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('efl', ['c','cpp'], - version: '1.22.2', + version: '1.22.3', default_options : ['buildtype=release', 'cpp_std=c++11'], meson_version : '>=0.47' )