From 185e1c56fc97e994e7278e4e88af61fb8afe76ec Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Mon, 7 Feb 2022 19:04:34 +0000 Subject: [PATCH] move to 1.26.2 for micro release --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 8b44585c8f..a1c5967b82 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('efl', ['c','cpp'], - version: '1.26.1', + version: '1.26.2', default_options : ['buildtype=plain', 'cpp_std=c++11'], meson_version : '>=0.50' )