summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 327bc99d4..5e8292060 100644
--- a/NEWS
+++ b/NEWS
@@ -40,6 +40,8 @@ Fixes:
* fix notification theme to not clip text
* map: Add missing legacy API into legacy header
* elc_naviframe: Fix warning caused by elm_obj_layout_signal_emit override function in naviframe
+ * ctxpopup: fix arrow geometry set.
+ * ctxpopup: Fix wrong popup size.
Changes since Elementary 1.9.0:
-------------------------------
diff --git a/configure.ac b/configure.ac
index c1971adb5..293482434 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
EFL_VERSION([1], [11], [0], [release])
-AC_INIT([elementary], [efl_version-alpha1], [enlightenment-devel@lists.sourceforge.net])
+AC_INIT([elementary], [efl_version-beta1], [enlightenment-devel@lists.sourceforge.net])
AC_PREREQ(2.60)
AC_CONFIG_SRCDIR([configure.ac])