summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
2 files changed, 10 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 19a693ea98..405d3153d5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,15 @@
==========
-EFL 1.11.3
+EFL 1.11.4
==========
+Changes since 1.11.3:
+---------------------
+
+Fixes:
+
+ * Ecore_Win32: Fix string for the BackSpace key on Windows
+ * revert this gl x11 alpha "fix". this is worse than before
+
Changes since 1.11.2:
---------------------
diff --git a/configure.ac b/configure.ac
index 387abecd77..56f3f8b651 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-EFL_VERSION([1], [11], [3], [release])
+EFL_VERSION([1], [11], [4], [release])
AC_INIT([efl], [efl_version], [enlightenment-devel@lists.sourceforge.net])
AC_PREREQ([2.60])