release: Bump version to 1.9.0-beta2

Second and most likely last beta release before the 1.9 final. Give
it a good testing over the weekend.
This commit is contained in:
Stefan Schmidt 2014-02-21 15:03:55 +01:00
parent f6ee3fc8b5
commit ad1d45ef10
1 changed files with 2 additions and 2 deletions

View File

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