build: release freeze is over

1.25 is done and we are back to development mode.
This commit is contained in:
Stefan Schmidt 2020-09-22 20:17:05 +02:00
parent eedf6cb339
commit 7ca0e129ed
1 changed files with 2 additions and 2 deletions

View File

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