This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository enlightenment.
View the commit online.
commit 8e8711643cb0ffc053b422c27246807a3bd217f1
Author: Carsten Haitzler <ras...@rasterman.com>
AuthorDate: Sat Jan 11 20:04:55 2025 +0000
release - 0.27.0
---
meson.build | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/meson.build b/meson.build
index a7e42d414..a54580e17 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
##### project
project('enlightenment', 'c',
- version : '0.26.99',
+ version : '0.27.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.27.0'
+efl_version = '>= 1.28.0'
add_global_arguments('-DHAVE_CONFIG_H=1', language: 'c')
dir_prefix = get_option('prefix')
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.