summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuis Felipe Strano Moraes <lfelipe@profusion.mobi>2012-12-21 12:19:03 +0000
committerLuis Felipe Strano Moraes <lfelipe@profusion.mobi>2012-12-21 12:19:03 +0000
commitda3eae5b8b9043c7dc5f8a4851f6893101c90e8d (patch)
tree266daf1cfb59f12b9f3def110e9647c99d2b536e
parenta8b6d37a46f4fbacc90f093e0bb67d2f7058f560 (diff)
downloadeina-da3eae5b8b9043c7dc5f8a4851f6893101c90e8d.tar.gz
EFL 1.7.4 release.v1.7.4
SVN revision: 81543
-rw-r--r--ChangeLog5
-rw-r--r--NEWS3
-rw-r--r--configure.ac2
3 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6cad1e0..eb6d6b5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -385,3 +385,8 @@
* Add XML output to doc
* Add installation rule for doc
+
+2012-12-21 Luis Felipe Strano Moraes
+
+ * 1.7.4 release
+
diff --git a/NEWS b/NEWS
index d9c5eba..3e53394 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,9 @@ Eina 1.7.4
Changes since Eina 1.7.3:
* Fix EINA_INLIST_FOREACH_SAFE macro
+ * Add XML output to doc
+ * Add installation rule for doc
+ * Fix build for Windows platforms.
Changes since Eina 1.7.2:
-------------------------
diff --git a/configure.ac b/configure.ac
index e5e08dd..d132d15 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], [3])
+m4_define([v_mic], [4])
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