build: release freeeze over

Going back to normal development mode. Have fun!
This commit is contained in:
Stefan Schmidt 2020-04-29 12:14:20 +02:00
parent 73abcfaa56
commit 121e8bbdca
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
project('efl', ['c','cpp'],
version: '1.24.0',
default_options : ['buildtype=release', 'cpp_std=c++11'],
version: '1.24.99',
default_options : ['buildtype=plain', 'cpp_std=c++11'],
meson_version : '>=0.47'
)