release: Update NEWS and bump version for 1.11.0 release

This commit is contained in:
Stefan Schmidt 2014-08-20 17:40:39 +02:00
parent b6585de943
commit 695f4c629b
2 changed files with 2 additions and 1 deletions

View File

@ -44,6 +44,7 @@ Fixes:
* gengrid: Fixed position calculation routine.
* genlist: Do not segv if the user clear the list on item double-click.
* gengrid: Once again selects items using keyboard when no item was previously selected
* entry: fix clearing selection region problem while it's already selected.
Changes since Elementary 1.9.0:
-------------------------------

View File

@ -1,5 +1,5 @@
EFL_VERSION([1], [11], [0], [release])
AC_INIT([elementary], [efl_version-beta2], [enlightenment-devel@lists.sourceforge.net])
AC_INIT([elementary], [efl_version], [enlightenment-devel@lists.sourceforge.net])
AC_PREREQ(2.60)
AC_CONFIG_SRCDIR([configure.ac])