release: Update NEWS and bump version for 1.14.0 release

This commit is contained in:
Stefan Schmidt 2015-05-06 15:30:02 +02:00
parent deee7a231a
commit 14bd99bd40
2 changed files with 5 additions and 1 deletions

View File

@ -86,6 +86,10 @@ Fixes:
* elm_multibuttonentry: change theme_set API to provide full widget theming
* elm_multibuttonentry: fix label position and size defects
* elm_toolbar: fix memory leaks
* Genlist: fix multiselect for ELM_OBJECT_SELECT_MODE_DISPLAY_ONLY select_mode
* Genlist: rectification in _item_focused_next()
* map: fix scale calculation error
* Fix slideshow smart events event_info
Changes since 1.12.0:
---------------------

View File

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