summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@datenfreihafen.org>2020-08-24 11:29:35 +0200
committerStefan Schmidt <stefan@datenfreihafen.org>2020-08-24 11:29:35 +0200
commite546d24a2e8bf39838700e66c643cdec8c68657d (patch)
tree354d277775fcbbc4889d0ba68045af520958b41f /meson.build
parente2944780fad775de31f99fc8dd6d93528bbdc7ae (diff)
downloadefl-e546d24a2e8bf39838700e66c643cdec8c68657d.tar.gz
release: Update NEWS and bump version for 1.25.0-alpha1 releasev1.25.0-alpha1
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 c5078100f4..c7af80917f 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('efl', ['c','cpp'],
- version: '1.24.99',
- default_options : ['buildtype=plain', 'cpp_std=c++11'],
+ version: '1.25.0',
+ default_options : ['buildtype=release', 'cpp_std=c++11'],
meson_version : '>=0.50'
)