release: Update NEWS and bump version for 1.11.0-beta1 release

This commit is contained in:
Stefan Schmidt 2014-08-04 19:55:11 +02:00
parent 36ac3603d7
commit 8582b2e149
2 changed files with 3 additions and 1 deletions

View File

@ -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:
-------------------------------

View File

@ -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])