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. 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] [Requirements]
efl (>= 1.17.0) efl (>= 1.18.0)
elementary (>= 1.17.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. 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 Mykyta Biliavskyi
Kateryna Fesyna Kateryna Fesyna
Tae-Hyup Kim Tae-Hyup Kim
Bowon Ryu
Yunho Jeong Yunho Jeong
Mincheol Seo Mincheol Seo
Raoul Hecky Raoul Hecky

View File

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