summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 731eb02581..7da1db1598 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,14 @@
==========
-EFL 1.14.2
+EFL 1.14.3
==========
+Changes since 1.14.2:
+---------------------
+
+Fixes:
+
+ * Evas masking: Fix crash in async rendering
+
Changes since 1.14.1:
---------------------
diff --git a/configure.ac b/configure.ac
index 96afa3f7ba..ab1253a739 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-EFL_VERSION([1], [14], [2], [release])
+EFL_VERSION([1], [14], [3], [release])
AC_INIT([efl], [efl_version], [enlightenment-devel@lists.sourceforge.net])
AC_PREREQ([2.60])