From b817d223cbee3f3dcd9c5b4efca9742652a67206 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Mon, 3 Jan 2022 00:39:26 +0000 Subject: [PATCH] release - 1.26.1 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 29d6f08d29..8b44585c8f 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('efl', ['c','cpp'], - version: '1.26.0', + version: '1.26.1', default_options : ['buildtype=plain', 'cpp_std=c++11'], meson_version : '>=0.50' )