metadata for release

This commit is contained in:
Andy Williams 2015-11-19 23:07:14 +00:00
parent 0ad0376547
commit fa96b21fa1
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2015-11-19 ajwillia.ms (Andy Williams)
* Update for the efo 1.16 release
2015-08-27 ajwillia.ms (Andy Williams)
* Trim trailing whitespace from lines during save

1
NEWS
View File

@ -5,6 +5,7 @@ Edi 0.2
Features:
* Highlight the current line when editing
* Update to EFL 1.16 release
Bug fixes

View File

@ -1,4 +1,4 @@
EFL_VERSION([0], [1], [0])
EFL_VERSION([0], [2], [0])
AC_INIT([edi], [efl_version], [enlightenment-devel@lists.sourceforge.net])
AC_PREREQ([2.65])
@ -64,7 +64,7 @@ PKG_CHECK_MODULES([EFL],
evas >= 1.8.0
ecore >= 1.8.0
edje >= 1.8.0
eo >= 1.15.99
eo >= 1.16.0
elementary >= 1.8.0
eio >= 1.8.0
])