summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>2021-12-26 11:45:13 +0000
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2021-12-26 11:45:13 +0000
commit6364cd3b59009a100d38b8180f49cc7b28da1b72 (patch)
treec47c9f7b0db7aa6e74a6469fcbe0327cd9a3253b
parent8ff55a1ded91594c02413889fc3830559f49dace (diff)
downloadenlightenment-6364cd3b59009a100d38b8180f49cc7b28da1b72.tar.gz
release - 0.25v0.25.0
-rw-r--r--meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index 08187e9557..146c53bdeb 100644
--- a/meson.build
+++ b/meson.build
@@ -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')