hermet pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=a1ee947fa61e8cdb36b909dd0fd330ff72661f04
commit a1ee947fa61e8cdb36b909dd0fd330ff72661f04 Author: ChunEon Park <[email protected]> Date: Fri Jan 24 11:07:58 2014 +0900 elementary - fix the build break. caused by commit 9aa68bca91678dcd83de3e35be1a7121094d6ef7. fix please cedric if this is wrong. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 4f5215d..e7e6180 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ EFL_VERSION([1], [8], [99], [dev]) -AC_INIT([elementary], [v_ver], [[email protected]]) +AC_INIT([elementary], [efl_version], [[email protected]]) AC_PREREQ(2.60) AC_CONFIG_SRCDIR([configure.ac]) --
