rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=4a9d7e19de5b51c52cc38fae38e3195203037794
commit 4a9d7e19de5b51c52cc38fae38e3195203037794 Author: Mykyta Biliavskyi <m.biliavs...@samsung.com> Date: Mon Jun 27 15:15:18 2016 +0300 Update requirements in README file. Summary: Current upstream version is a hardly depends from 1.17.99 efl. Reviewers: reutskiy.v.v Subscribers: NikaWhite Differential Revision: https://phab.enlightenment.org/D4107 --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 4d3f626..033c32f 100644 --- a/README +++ b/README @@ -6,8 +6,8 @@ towards theme editor and UI design, and not GUI over the edc syntax. Requirements: ------------- - * efl (>= 1.17.0 && < 1.17.99) - * elementary (>= 1.17.0 && < 1.17.99) + * efl (>= 1.17.0 && <= 1.17.99) + * elementary (>= 1.17.0 && <= 1.17.99) Please note that some features may not quite function correctly or completely on EFL 1.17.0 --