back to dev mode

This commit is contained in:
Mike Blumenkrantz 2019-04-05 20:13:54 -04:00
parent 54d5481d02
commit e35503ab8d
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
EFL_VERSION([1], [22], [0], [release])
EFL_VERSION([1], [22], [99], [dev])
AC_INIT([efl], [efl_version], [enlightenment-devel@lists.sourceforge.net])
AC_PREREQ([2.60])

View File

@ -1,5 +1,5 @@
project('efl', ['c','cpp'],
version: '1.22.0',
version: '1.22.99',
default_options : ['buildtype=release', 'cpp_std=c++11'],
meson_version : '>=0.47'
)