bump version up for v0.7.0 release.

This commit is contained in:
Hermet Park 2016-01-01 15:09:58 +09:00
parent 82d6b6604a
commit d17e5b14b1
4 changed files with 12 additions and 28 deletions

View File

@ -1,6 +1,6 @@
Copyright notice for Enventor: 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. All rights reserved.

13
README
View File

@ -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. 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] [Requirements]
efl (>= 1.13.0) efl (>= 1.16.0)
elementary (>= 1.13.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. 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 make install
$ sudo ldconfig (it may need on Linux System) $ sudo ldconfig (it may need on Linux System)
[Short Cut Keys] [Short Cut Keys]
Esc - Open/Close Menu 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. 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 Jaehyun Cho
Mykyta Biliavskyi Mykyta Biliavskyi
Kateryna Fesyna Kateryna Fesyna

View File

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

View File

@ -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. 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. Please see the following sites for more information.
http://www.enlightenment.org http://www.enlightenment.org
@ -17,15 +9,6 @@ https://phab.enlightenment.org/w/projects/enventor/
http://www.openhub.net/p/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] [Short Cut Keys]
Esc - Open/Close Menu 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. 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 Hermet Park
Jaehyun Cho Jaehyun Cho