diff --git a/NEWS b/NEWS index c21e4d7..75fdf1e 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,10 @@ ============== -Enventor 0.8.0 +Enventor 0.9.0 ============== +Changes since Enventor 0.8.0: +----------------------------- + Changes since Enventor 0.7.0: ----------------------------- diff --git a/README b/README index 0395cad..e4606b9 100644 --- a/README +++ b/README @@ -1,14 +1,14 @@ -[Enventor v0.8.0] +[Enventor v0.9.0] This is an EDC editor with some convenient functions. Enventor supports text edit and preview function for EDC source code. You can edit EDC source code to create complex application layout using Enventor. This was started near the begining of June 2013, so expecting it to do everything a mature script editor does is a bit premature. However, considering its young age, it does a lot. [Requirements] - efl (>= 1.16.0) - elementary (>= 1.16.0) + efl (>= 1.17.0) + elementary (>= 1.17.0) -Please note that some features may not quite function correctly or completely prior to EFL 1.16. Newer would be better. +Please note that some features may not quite function correctly or completely prior to EFL 1.17. Newer would be better. Please see the following sites for more information. diff --git a/configure.ac b/configure.ac index e8bedf9..7041bab 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## m4_define([v_maj], [0]) -m4_define([v_min], [8]) -m4_define([v_mic], [99]) +m4_define([v_min], [9]) +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 dnl m4_undefine([v_rev]) @@ -74,7 +74,7 @@ EFL_ENABLE_BETA_API_SUPPORT AC_DEFINE_UNQUOTED(ENVENTOR_WIN32_BUILD_SUPPORT, 1, "Support Win32 dllexport") AC_DEFINE_UNQUOTED(ENVENTOR_BETA_API_SUPPORT, 1, "Enable access to unstable ENVENTOR API that are still in beta") -efl_version="1.16.0" +efl_version="1.17.0" requirement_enventor=" \ eo >= ${efl_version} \ eina >= ${efl_version} \ diff --git a/data/help/HISTORY b/data/help/HISTORY index ff38c6b..13de542 100644 --- a/data/help/HISTORY +++ b/data/help/HISTORY @@ -1,4 +1,4 @@ -Changes since Enventor 0.7.0
+Changes since Enventor 0.8.0

Additions:
* Editor: Open/Close Bracket Highlighting.
diff --git a/data/help/INTRO b/data/help/INTRO index d95aaed..205e82d 100644 --- a/data/help/INTRO +++ b/data/help/INTRO @@ -1,4 +1,4 @@ -Enventor v0.8.0
+Enventor v0.9.0

This is an EDC editor with some convenient functions. Enventor supports text edit and preview function for EDC source code. You can edit EDC source code to create complex application layout using Enventor. This was started near the begining of June 2013, so expecting it to do everything a mature script editor does is a bit premature. However, considering its young age, it does a lot.