summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorStefan Schmidt <s.schmidt@samsung.com>2020-04-29 12:14:20 +0200
committerStefan Schmidt <s.schmidt@samsung.com>2020-04-29 12:14:20 +0200
commit121e8bbdcadf93ce69068fb043c02da7599b7ac6 (patch)
tree94861d5282f0fb29666ef9b74a50ee2311f6549b /meson.build
parent73abcfaa56d771265764066ba6f950bfb18ab593 (diff)
downloadefl-121e8bbdcadf93ce69068fb043c02da7599b7ac6.tar.gz
build: release freeeze over
Going back to normal development mode. Have fun!
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 23c515c379..353775f020 100644
--- a/meson.build
+++ b/meson.build
@@ -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'
)