release - 0.25

This commit is contained in:
Carsten Haitzler 2021-12-26 11:45:13 +00:00
parent 73cf441836
commit 45bd61df30
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
##### project
project('enlightenment', 'c',
version : '0.24.99',
version : '0.25.0',
license : 'BSD 2 clause',
default_options: [ 'buildtype=release', 'c_std=gnu99', 'warning_level=2' ],
meson_version : '>= 0.47.0')
@ -30,7 +30,7 @@ else
config_h.set('E_RELEASE_BUILD' , '1')
endif
efl_version = '>= 1.25.99'
efl_version = '>= 1.26.0'
add_global_arguments('-DHAVE_CONFIG_H=1', language: 'c')
dir_prefix = get_option('prefix')