E - start release mode by bumping version to 0.23

so begins the release cycle. alpha to start
This commit is contained in:
Carsten Haitzler 2019-05-20 16:37:54 +01:00
parent bd3cd15343
commit 74b6c57b39
1 changed files with 1 additions and 1 deletions

View File

@ -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')