From cfd473bc8a548a7bedf2cff512c6ff2172cc3e81 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Fri, 16 Sep 2022 14:15:58 +0100 Subject: [PATCH] move to 1.26.3 for micro release --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index a1c5967b82..6b3c085e54 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('efl', ['c','cpp'], - version: '1.26.2', + version: '1.26.3', default_options : ['buildtype=plain', 'cpp_std=c++11'], meson_version : '>=0.50' )