From d17e5b14b1a64b4d903140e77c3472a2d33c6158 Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Fri, 1 Jan 2016 15:09:58 +0900 Subject: [PATCH] bump version up for v0.7.0 release. --- COPYING | 2 +- README | 13 +++++++------ configure.ac | 4 ++-- data/about/ABOUT | 21 ++------------------- 4 files changed, 12 insertions(+), 28 deletions(-) diff --git a/COPYING b/COPYING index a9c233c..7991b15 100644 --- a/COPYING +++ b/COPYING @@ -1,6 +1,6 @@ Copyright notice for Enventor: -Copyright (C) 2013-2015 Hermet Park and various contributors (see AUTHORS) +Copyright (C) 2013-2016 Hermet Park and various contributors (see AUTHORS) All rights reserved. diff --git a/README b/README index 1950df0..5617952 100644 --- a/README +++ b/README @@ -1,14 +1,14 @@ -[Enventor v0.6.0] +[Enventor v0.7.0] This is an EDC editor with some convenient functions. It was started near the begining of June 2013, so expecting it to do everything a mature script editor does is a bit premature. However, considering its young age, it does a lot. [Requirements] - efl (>= 1.13.0) - elementary (>= 1.13.0) + efl (>= 1.16.0) + elementary (>= 1.16.0) -Please note that some features may not quite function correctly or completely prior to EFL 1.13. Newer would be better. +Please note that some features may not quite function correctly or completely prior to EFL 1.16. Newer would be better. Please see the following sites for more information. @@ -26,6 +26,7 @@ Once you have met the requirements, compiling and installing is simple: $ sudo make install $ sudo ldconfig (it may need on Linux System) + [Short Cut Keys] Esc - Open/Close Menu @@ -92,9 +93,9 @@ $ enventor sample.edc output.edj -i ./images -s ./sounds Many developers have contributed to the Enventor project. The following names are the dedicated Enventor developers but there are many more people who've gladly contributed to improving Enventor. For a complete list of contributors, See the AUTHORS file. -Copyright (C) 2013 - 2015 by: +Copyright (C) 2013 - 2016 by: -Hermet (Chuneon Park) +Hermet Park Jaehyun Cho Mykyta Biliavskyi Kateryna Fesyna diff --git a/configure.ac b/configure.ac index 7ca0ed9..95ef54e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## m4_define([v_maj], [0]) -m4_define([v_min], [6]) +m4_define([v_min], [7]) 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.13.0" +efl_version="1.16.0" requirement_enventor=" \ eo >= ${efl_version} \ eina >= ${efl_version} \ diff --git a/data/about/ABOUT b/data/about/ABOUT index af11995..372ccbb 100644 --- a/data/about/ABOUT +++ b/data/about/ABOUT @@ -1,15 +1,7 @@ -[Enventor v0.6.0] +[Enventor v0.7.0] This is an EDC editor with some convenient functions. It was started near the begining of June 2013, so expecting it to do everything a mature script editor does is a bit premature. However, considering its young age, it does a lot. - -[Requirements] - - efl (>= 1.13.0) - elementary (>= 1.13.0) - -Please note that some features may not quite function correctly or completely prior to EFL 1.13. Newer would be better. - Please see the following sites for more information. http://www.enlightenment.org @@ -17,15 +9,6 @@ https://phab.enlightenment.org/w/projects/enventor/ http://www.openhub.net/p/enventor -[Compiling] - -Once you have met the requirements, compiling and installing is simple: - - $ ./autogen.sh - $ make - $ sudo make install - $ sudo ldconfig (it may need on Linux System) - [Short Cut Keys] Esc - Open/Close Menu @@ -92,7 +75,7 @@ $ enventor sample.edc output.edj -i ./images -s ./sounds Many developers have contributed to the Enventor project. The following names are the dedicated Enventor developers but there are many more people who've gladly contributed to improving Enventor. For a complete list of contributors, See the AUTHORS file. -Copyright (C) 2013 - 2015 by: +Copyright (C) 2013 - 2016 by: Hermet Park Jaehyun Cho