netstar pushed a commit to tag v0.0.9. http://git.enlightenment.org/apps/edi.git/commit/?id=e7bb092a0d9ea7205213cad0849ca97842a03c18
commit e7bb092a0d9ea7205213cad0849ca97842a03c18 Author: Andy Williams <[email protected]> Date: Tue Jun 2 14:15:28 2015 +0100 fix version requirements for branch --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index bd22dd9..0d5c58e 100644 --- a/configure.ac +++ b/configure.ac @@ -64,7 +64,7 @@ PKG_CHECK_MODULES([EFL], evas >= 1.8.0 ecore >= 1.8.0 edje >= 1.8.0 - eo >= 1.14.99 + eo >= 1.14 elementary >= 1.8.0 eio >= 1.8.0 ]) --
