antognolli pushed a commit to branch eeze-1.7.

commit 733f67dbd5deb371fa6dd061945f38c7257eb964
Author: Rafael Antognolli <[email protected]>
Date:   Thu Apr 4 16:53:49 2013 -0300

    Bump stable efl to 1.7.6.
---
 configure.ac | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/configure.ac b/configure.ac
index 522c28c..9390414 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
 ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
 m4_define([v_maj], [1])
 m4_define([v_min], [7])
-m4_define([v_mic], [5])
+m4_define([v_mic], [6])
 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
 m4_undefine([v_rev])
@@ -57,7 +57,7 @@ AC_SUBST(VMAJ)
 AC_CANONICAL_BUILD
 AC_CANONICAL_HOST
 
-requirement_eeze="ecore >= 1.7.5 eina >= 1.7.5 libudev"
+requirement_eeze="ecore >= 1.7.6 eina >= 1.7.6 libudev"
 
 
 ### Checks for programs
@@ -110,9 +110,9 @@ if test "x$eeze_mount" = "xyes";then
   AC_ARG_WITH([eject], [AS_HELP_STRING([--with-eject], [specify eject bin 
@<:@default=detect@:>@])], [with_eject=$withval], [with_eject="detect"])
   PKG_CHECK_MODULES([LIBMOUNT], [mount >= 2.18.0])
   mount_v=$(pkg-config --modversion mount)
-  PKG_CHECK_MODULES([ECORE_FILE], [ecore-file >= 1.7.5])
-  PKG_CHECK_MODULES([EET], [eet >= 1.7.5])
-  PKG_CHECK_MODULES([ECORE_CON], [ecore-con >= 1.7.5])
+  PKG_CHECK_MODULES([ECORE_FILE], [ecore-file >= 1.7.6])
+  PKG_CHECK_MODULES([EET], [eet >= 1.7.6])
+  PKG_CHECK_MODULES([ECORE_CON], [ecore-con >= 1.7.6])
 
   if test "x$with_mount" = "xdetect";then
     AC_PATH_PROG([with_mount], [mount], [])

-- 

------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire 
the most talented Cisco Certified professionals. Visit the 
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html

Reply via email to