From 974d683dd4d4550991dd7b8b60e1f92ebd5ef037 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Mon, 20 May 2019 16:37:54 +0100 Subject: [PATCH] E - start release mode by bumping version to 0.23 so begins the release cycle. alpha to start --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 6cdefa310..d91599d35 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ ##### project project('enlightenment', 'c', - version : '0.22.99', + version : '0.23.0', license : 'BSD 2 clause', default_options: [ 'buildtype=release', 'c_std=gnu99', 'warning_level=2' ], meson_version : '>= 0.47.0')