hermet pushed a commit to branch master.

http://git.enlightenment.org/tools/enventor.git/commit/?id=6442ca1b4e236626fa17d9f5a9c8ad864b0d7a17

commit 6442ca1b4e236626fa17d9f5a9c8ad864b0d7a17
Author: Hermet Park <her...@hermet.pe.kr>
Date:   Fri Aug 26 20:41:21 2016 +0900

    bump up version.
---
 README          | 7 ++++---
 configure.ac    | 6 +++---
 data/help/INTRO | 2 +-
 3 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/README b/README
index 4cb8f1f..ec2d0cf 100644
--- a/README
+++ b/README
@@ -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
diff --git a/configure.ac b/configure.ac
index a1955bb..41cc761 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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} \
diff --git a/data/help/INTRO b/data/help/INTRO
index 3f7ca90..084ad56 100644
--- a/data/help/INTRO
+++ b/data/help/INTRO
@@ -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>

-- 


Reply via email to