hermet pushed a commit to branch master. http://git.enlightenment.org/tools/enventor.git/commit/?id=89eaac34687f4f82daf5fd56d432d416f47329b9
commit 89eaac34687f4f82daf5fd56d432d416f47329b9 Author: ChunEon Park <[email protected]> Date: Sat Nov 1 00:14:24 2014 +0900 bump up version --- README | 6 +++--- configure.ac | 4 ++-- data/about/ABOUT | 2 +- src/lib/Enventor.h | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README b/README index eb1adf6..14a642d 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -[Enventor v0.3.0] +[Enventor v0.4.0] This is an EDC editor with some convenient functions. It's brand new and was only started near the begining of June 2013, so expecting it to do everything a @@ -8,8 +8,8 @@ it does a lot. [Requirements] - efl (>= 1.9.0) - elementary (>= 1.9.0) + efl (>= 1.10.0) + elementary (>= 1.10.0) Please note that some features may not quite function correctly or completely less EFL 1.10. Newer would be better. diff --git a/configure.ac b/configure.ac index 8af2ab2..2957d9e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## m4_define([v_maj], [0]) -m4_define([v_min], [3]) +m4_define([v_min], [4]) m4_define([v_mic], [0]) #m4_define([v_rev], m4_esyscmd([(git rev-list --count HEAD 2>/dev/null || echo 0) | tr -d '\n']))dnl ##-- When released, remove the dnl on the below line @@ -57,7 +57,7 @@ AC_SUBST(ENVENTOR_VERSION_MINOR) EFL_ENABLE_EO_API_SUPPORT EFL_ENABLE_BETA_API_SUPPORT -efl_version="1.9.0" +efl_version="1.10.0" requirement_enventor=" \ eo >= ${efl_version} \ eina >= ${efl_version} \ diff --git a/data/about/ABOUT b/data/about/ABOUT index f18ed21..76db10f 100644 --- a/data/about/ABOUT +++ b/data/about/ABOUT @@ -1,4 +1,4 @@ -<font_size=11><b>[Enventor v0.3.0]</b></font_size> +<font_size=11><b>[Enventor v0.4.0]</b></font_size> 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. diff --git a/src/lib/Enventor.h b/src/lib/Enventor.h index 8838c1e..3798ae8 100644 --- a/src/lib/Enventor.h +++ b/src/lib/Enventor.h @@ -14,11 +14,11 @@ extern "C" #include <Elementary.h> #ifndef EFL_NOLEGACY_API_SUPPORT -#include <Enventor_Legacy.h> +#include "Enventor_Legacy.h" #endif #ifdef EFL_EO_API_SUPPORT -#include <Enventor_Eo.h> +#include "Enventor_Eo.h" #endif EAPI int enventor_init(int argc, char **argv); --
