summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@datenfreihafen.org>2020-09-22 20:17:05 +0200
committerStefan Schmidt <stefan@datenfreihafen.org>2020-09-22 20:17:05 +0200
commit7ca0e129eda2424dcbe1f1d697c1e9bf63b87229 (patch)
tree810fcf28b548e307ab920a943375b7715d6d7f2f /meson.build
parenteedf6cb339db7af213f923d6a9edb1427ae97a2c (diff)
downloadefl-7ca0e129eda2424dcbe1f1d697c1e9bf63b87229.tar.gz
build: release freeze is over
1.25 is done and we are back to development mode.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index ba34a9c311..a803a197a2 100644
--- a/meson.build
+++ b/meson.build
@@ -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'
)