stefan pushed a commit to branch master. http://git.enlightenment.org/core/emotion_generic_players.git/commit/?id=8a82f9bbf350800ace2e9832cfe5be21a1aee8bc
commit 8a82f9bbf350800ace2e9832cfe5be21a1aee8bc Author: Stefan Schmidt <[email protected]> Date: Tue Jan 5 15:22:51 2016 +0100 release: Update NEWS and bump version for 1.17.0-alpha1 release --- NEWS | 7 ++++++- configure.ac | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index a29c621..46eaa3e 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,12 @@ ============================== -Emotion Generic Players 1.16.0 +Emotion Generic Players 1.17.0 ============================== +Changes since 1.16.0: +--------------------- + +No significant changes in this release. + Changes since 1.15.0: --------------------- diff --git a/configure.ac b/configure.ac index cfd9156..2ebb104 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ -EFL_VERSION([1], [16], [99], [dev]) -AC_INIT([emotion_generic_players], [efl_version], [[email protected]]) +EFL_VERSION([1], [17], [0], [release]) +AC_INIT([emotion_generic_players], [efl_version-alpha1], [[email protected]]) AC_PREREQ([2.59]) AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_MACRO_DIR([m4]) --
