raster pushed a commit to tag v0.23.0-alpha. http://git.enlightenment.org/core/enlightenment.git/commit/?id=74b6c57b39f2ff238c74c0f5d95c59ff74036427
commit 74b6c57b39f2ff238c74c0f5d95c59ff74036427 Author: Carsten Haitzler (Rasterman) <[email protected]> Date: Mon May 20 16:37:54 2019 +0100 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') --
