diff options
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 6cdefa3..d91599d 100644 --- a/meson.build +++ b/meson.build | |||
@@ -1,6 +1,6 @@ | |||
1 | ##### project | 1 | ##### project |
2 | project('enlightenment', 'c', | 2 | project('enlightenment', 'c', |
3 | version : '0.22.99', | 3 | version : '0.23.0', |
4 | license : 'BSD 2 clause', | 4 | license : 'BSD 2 clause', |
5 | default_options: [ 'buildtype=release', 'c_std=gnu99', 'warning_level=2' ], | 5 | default_options: [ 'buildtype=release', 'c_std=gnu99', 'warning_level=2' ], |
6 | meson_version : '>= 0.47.0') | 6 | meson_version : '>= 0.47.0') |