Compare commits

...

2 Commits

Author SHA1 Message Date
ChunEon Park c90daa5423 bump version up 0.4.1 2014-11-11 11:40:17 +09:00
ChunEon Park ef693eba67 fix wrong package dependency.
Thanks Scimmia!
2014-11-03 23:23:31 +09:00
4 changed files with 15 additions and 9 deletions

8
NEWS
View File

@ -1,7 +1,13 @@
==============
Enventor 0.4.0
Enventor 0.4.1
==============
Changes since Enventor 0.4.0:
---------------------------
Fixes:
* Fix build package dependency.
Changes since Enventor 0.3.0:
---------------------------

8
README
View File

@ -1,4 +1,4 @@
[Enventor v0.4.0]
[Enventor v0.4.1]
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,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.

View File

@ -2,7 +2,7 @@
##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
m4_define([v_maj], [0])
m4_define([v_min], [4])
m4_define([v_mic], [0])
m4_define([v_mic], [1])
#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])
@ -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} \

View File

@ -1,10 +1,10 @@
<font_size=11><b>[Enventor v0.4.0]</b></font_size>
<font_size=11><b>[Enventor v0.4.1]</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.
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.