summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuis Felipe Strano Moraes <lfelipe@profusion.mobi>2013-01-04 14:54:07 +0000
committerLuis Felipe Strano Moraes <lfelipe@profusion.mobi>2013-01-04 14:54:07 +0000
commite2c7a0d18f862dab50616db259ff3c1371e0e46a (patch)
tree01f8713ef8808b4cda12a9df9c7b5024616b6658
parent9376321d126b88f976591f799ae23053a5378548 (diff)
downloadeina-e2c7a0d18f862dab50616db259ff3c1371e0e46a.tar.gz
Bumping stable efl to 1.7.5.v1.7.5
SVN revision: 82180
-rw-r--r--ChangeLog4
-rw-r--r--NEWS7
-rw-r--r--configure.ac4
-rw-r--r--src/include/Eina.h4
4 files changed, 14 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index eb6d6b5..3a86988 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -390,3 +390,7 @@
* 1.7.4 release
+2013-01-04 Luis Felipe Strano Moraes
+
+ * 1.7.5 release
+
diff --git a/NEWS b/NEWS
index 3e53394..4227e6a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,9 @@
-Eina 1.7.4
+Eina 1.7.5
+
+Changes since Eina 1.7.4:
+-------------------------
+
+No changes, just updating to keep in sync with last release.
Changes since Eina 1.7.3:
diff --git a/configure.ac b/configure.ac
index d132d15..e2555cd 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], [4])
+m4_define([v_mic], [5])
m4_define([v_rev], m4_esyscmd([(svnversion "${SVN_REPO_PATH:-.}" | grep -v '\(export\|Unversioned directory\)' || echo 0) | awk -F : '{printf("%s\n", $1);}' | tr -d ' :MSP\n']))
m4_if(v_rev, [0], [m4_define([v_rev], m4_esyscmd([git log 2> /dev/null | (grep -m1 git-svn-id || echo 0) | sed -e 's/.*@\([0-9]*\).*/\1/' | tr -d '\n']))])
##-- When released, remove the dnl on the below line
@@ -292,7 +292,7 @@ EFL_CHECK_DOXYGEN([build_doc="yes"], [build_doc="no"])
EFL_EINA_BUILD=""
case "$host_os" in
mingw*)
- PKG_CHECK_EXISTS([evil >= 1.6.99])
+ PKG_CHECK_EXISTS([evil >= 1.7.5])
AC_DEFINE([HAVE_EVIL], [1], [Set to 1 if Evil package is installed])
requirements_pc_eina="${requirements_pc_eina} evil"
EFL_EINA_BUILD="-DEFL_EINA_BUILD"
diff --git a/src/include/Eina.h b/src/include/Eina.h
index 584bccd..cc5e854 100644
--- a/src/include/Eina.h
+++ b/src/include/Eina.h
@@ -46,8 +46,8 @@
/**
* @mainpage Eina
*
- * @version 1.7
- * @date 2008-2012
+ * @version 1.7.5
+ * @date 2008-2013
*
* @section eina_intro_sec Introduction
*