hermet pushed a commit to branch master.

http://git.enlightenment.org/tools/enventor.git/commit/?id=7720ce5cf5c9e439a4eaf0bfc0f23cd608b39264

commit 7720ce5cf5c9e439a4eaf0bfc0f23cd608b39264
Author: ChunEon Park <[email protected]>
Date:   Sat Feb 28 13:43:13 2015 +0900

    bump up version
---
 README           | 22 +++++++++++-----------
 configure.ac     |  4 ++--
 data/about/ABOUT | 13 +++++++------
 3 files changed, 20 insertions(+), 19 deletions(-)

diff --git a/README b/README
index 24b119e..60be5e8 100644
--- a/README
+++ b/README
@@ -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
diff --git a/configure.ac b/configure.ac
index a0791e5..17f7e7f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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} \
diff --git a/data/about/ABOUT b/data/about/ABOUT
index b44df22..626790b 100644
--- a/data/about/ABOUT
+++ b/data/about/ABOUT
@@ -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

-- 


Reply via email to