bump up version, 0.9.0

This commit is contained in:
Hermet Park 2016-06-05 13:34:24 +09:00
parent 696d9e3f7e
commit 8ffc1e0a68
5 changed files with 13 additions and 10 deletions

5
NEWS
View File

@ -1,7 +1,10 @@
==============
Enventor 0.8.0
Enventor 0.9.0
==============
Changes since Enventor 0.8.0:
-----------------------------
Changes since Enventor 0.7.0:
-----------------------------

8
README
View File

@ -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.

View File

@ -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} \

View File

@ -1,4 +1,4 @@
<b>Changes since Enventor 0.7.0</b><br>
<b>Changes since Enventor 0.8.0</b><br>
<br>
<b>Additions:</b><br>
* Editor: Open/Close Bracket Highlighting.<br>

View File

@ -1,4 +1,4 @@
<b>Enventor v0.8.0</b></br>
<b>Enventor v0.9.0</b></br>
</br>
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.</br>
</br>