bump up version.

This commit is contained in:
Hermet Park 2016-08-26 20:41:21 +09:00
parent 9cbb90bd26
commit 6442ca1b4e
3 changed files with 8 additions and 7 deletions

7
README
View File

@ -1,4 +1,4 @@
[Enventor v0.9.0]
[Enventor v1.0.0]
Enventor, which is also known as EDC (Edje Data Collections) Editor, is a EDC script editor tool that supports text edit function and preview function for EDC source code.
@ -6,8 +6,8 @@ When your application ral-time changeable layouts like animated ones, then you c
[Requirements]
efl (>= 1.17.0)
elementary (>= 1.17.0)
efl (>= 1.18.0)
elementary (>= 1.18.0)
Please note that some features may not quite function correctly or completely prior to EFL 1.17. Newer would be better.
@ -105,6 +105,7 @@ Jaehyun Cho
Mykyta Biliavskyi
Kateryna Fesyna
Tae-Hyup Kim
Bowon Ryu
Yunho Jeong
Mincheol Seo
Raoul Hecky

View File

@ -1,7 +1,7 @@
##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
m4_define([v_maj], [0])
m4_define([v_min], [9])
m4_define([v_maj], [1])
m4_define([v_min], [0])
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
@ -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.17.0"
efl_version="1.18.0"
requirement_enventor=" \
eo >= ${efl_version} \
eina >= ${efl_version} \

View File

@ -1,4 +1,4 @@
<b>Enventor v0.9.0</b></br>
1<b>Enventor v1.0.0</b></br>
</br>
Enventor, which is also known as EDC (Edje Data Collections) Editor, is a EDC script editor tool that supports text edit function and preview function for EDC source code</br>
</br>