hermet pushed a commit to branch master. http://git.enlightenment.org/tools/enventor.git/commit/?id=15b5363bda95b0595a562c856986aba421ae3a1a
commit 15b5363bda95b0595a562c856986aba421ae3a1a Author: ChunEon Park <her...@hermet.pe.kr> Date: Mon Nov 3 23:23:31 2014 +0900 fix wrong package dependency. Thanks Scimmia! --- README | 6 +++--- configure.ac | 2 +- data/about/ABOUT | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README b/README index 95d51ef..4a78bca 100644 --- a/README +++ b/README @@ -8,11 +8,11 @@ it does a lot. [Requirements] - efl (>= 1.10.0) - elementary (>= 1.10.0) + efl (>= 1.12.0) + elementary (>= 1.12.0) Please note that some features may not quite function correctly or completely -less EFL 1.10. Newer would be better. +less EFL 1.12. Newer would be better. Please see http://www.enlightenment.org for information on these. diff --git a/configure.ac b/configure.ac index 2957d9e..837138e 100644 --- a/configure.ac +++ b/configure.ac @@ -57,7 +57,7 @@ AC_SUBST(ENVENTOR_VERSION_MINOR) EFL_ENABLE_EO_API_SUPPORT EFL_ENABLE_BETA_API_SUPPORT -efl_version="1.10.0" +efl_version="1.12.0" requirement_enventor=" \ eo >= ${efl_version} \ eina >= ${efl_version} \ diff --git a/data/about/ABOUT b/data/about/ABOUT index 8dcebd8..2ab15c3 100644 --- a/data/about/ABOUT +++ b/data/about/ABOUT @@ -4,7 +4,7 @@ This is an EDC editor with some convenient functions. It's band new and was only started near the begining of June 2013, so expecting it to do everything a mature script editor does is a bit premature, but considering it's young age, it does a lot. Please note that some features may not quite function correctly or completely -less EFL 1.10. Newer would be better. +less EFL 1.12. Newer would be better. Please see http://www.enlightenment.org for information on these. --