summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorStefan Schmidt <s.schmidt@samsung.com>2019-09-02 11:47:11 +0200
committerStefan Schmidt <s.schmidt@samsung.com>2019-09-02 12:55:43 +0200
commit78bcc24ecae14f99081100857d82e7b370876821 (patch)
tree2163f306aa76d606d6937bcc28f429519e321ed8 /meson.build
parent333d5f081d5e6769559a35f8a0f6936de933f92d (diff)
downloadefl-78bcc24ecae14f99081100857d82e7b370876821.tar.gz
release: Update NEWS and bump version for 1.23.0-alpha1 releasev1.23.0-alpha1
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 94da9a8d5f..5d5da3e06c 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('efl', ['c','cpp'],
- version: '1.22.99',
+ version: '1.23.0',
default_options : ['buildtype=plain', 'cpp_std=c++11'],
meson_version : '>=0.47'
)