bump up version

This commit is contained in:
ChunEon Park 2015-02-28 13:43:13 +09:00
parent f5d344c129
commit 7720ce5cf5
3 changed files with 20 additions and 19 deletions

22
README
View File

@ -1,20 +1,20 @@
[Enventor v0.4.0]
[Enventor v0.5.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
mature script editor does is a bit premature, but considering it's young age,
it does a lot.
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 mature script editor does is a bit premature, but considering it's young age, it does a lot.
[Requirements]
efl (>= 1.12.0)
elementary (>= 1.12.0)
efl (>= 1.13.0)
elementary (>= 1.13.0)
Please note that some features may not quite function correctly or completely
less EFL 1.12. Newer would be better.
Please note that some features may not quite function correctly or completely less EFL 1.13. Newer would be better.
Please see http://www.enlightenment.org for information on these.
Please see next sites for more information on these.
http://www.enlightenment.org
https://phab.enlightenment.org/w/projects/enventor/
http://www.openhub.net/p/enventor
[Compiling]
@ -94,7 +94,7 @@ $ enventor sample.edc -id ./images -sd ./sounds
A lots of developers have joined in Enventor project. Here listed are the dedicated Enventor developers but there are much more people who've gladly contributed for Enventor improvement. For list of whole contributors, See AUTHORS file.
Copyright (C) 2013 - 2014 by:
Copyright (C) 2013 - 2015 by:
Hermet (Chuneon Park)
Jaehyun Cho

View File

@ -1,7 +1,7 @@
##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
m4_define([v_maj], [0])
m4_define([v_min], [4])
m4_define([v_min], [5])
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
@ -58,7 +58,7 @@ EFL_ENABLE_EO_API_SUPPORT
EFL_ENABLE_BETA_API_SUPPORT
EFL_ENABLE_EO_LATEST
efl_version="1.12.0"
efl_version="1.13.0"
requirement_enventor=" \
eo >= ${efl_version} \
eina >= ${efl_version} \

View File

@ -1,11 +1,12 @@
<font_size=11><b>[Enventor v0.4.0]</b></font_size>
<font_size=11><b>[Enventor v0.5.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.
Please note that some features may not quite function correctly or completely less EFL 1.12. Newer would be better.
Please see http://www.enlightenment.org for information on these.
Please see next sites for more information on these.
http://www.enlightenment.org
https://phab.enlightenment.org/w/projects/enventor/
http://www.openhub.net/p/enventor
<font_size=11><b>[Short Cut Keys]</b></font_size>
@ -75,7 +76,7 @@ $ enventor sample.edc -id ./images -sd ./sounds
A lots of developers have joined in Enventor project. Here listed are the dedicated Enventor developers but there are much more people who've gladly contributed for Enventor improvement. For list of whole contributors, See AUTHORS file.
Copyright (C) 2013 - 2014 by:
Copyright (C) 2013 - 2015 by:
Hermet (Chuneon Park)
Jaehyun Cho