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

This commit is contained in:
Daniel Juyung Seo 2015-07-13 23:31:24 +09:00
parent 59db1cd0e2
commit d639d25b88
2 changed files with 2 additions and 1 deletions

1
NEWS
View File

@ -204,6 +204,7 @@ Fixes:
* edje_edit: return EINA_TRUE for unset color_class
* Efreet: Fix config and data dir paths on windows.
* ecore-wayland: Remove improper use of EINA_UNUSED
* evas: Init need_unload value after unload.
Changes since 1.13.0:
---------------------

View File

@ -1,5 +1,5 @@
EFL_VERSION([1], [15], [0], [release])
AC_INIT([efl], [efl_version-alpha1], [enlightenment-devel@lists.sourceforge.net])
AC_INIT([efl], [efl_version-beta1], [enlightenment-devel@lists.sourceforge.net])
AC_PREREQ([2.60])
AC_CONFIG_SRCDIR([configure.ac])