summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schmidt <s.schmidt@samsung.com>2019-10-01 12:13:56 +0200
committerStefan Schmidt <s.schmidt@samsung.com>2019-10-01 12:13:56 +0200
commitc1ffcff1d3c3da399404d1b9a0f125d6d3020bac (patch)
tree4b5b7ea11c16ed94172bb772a905b4fbfa280e83
parentcd9ef487fec80e7af47e98a8f766c63d869b14df (diff)
downloadefl-c1ffcff1d3c3da399404d1b9a0f125d6d3020bac.tar.gz
build: open up development again
Freeze is over, you are free to go wild. :-)
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 1991324039..f7afdfb11a 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('efl', ['c','cpp'],
- version: '1.23.0',
+ version: '1.23.99',
default_options : ['buildtype=release', 'cpp_std=c++11'],
meson_version : '>=0.47'
)