summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2019-08-23 23:58:15 +0300
committerSimon Ser <contact@emersion.fr>2019-08-23 23:58:15 +0300
commit3180fa8a123a000e715e8f5adf45727ccc88fd56 (patch)
tree306b808e4f420bbda0d096fc4c53eca0fc51841b
parentd32dfcf8334d994803f9545c2418b2d5ff34e2fc (diff)
build: bump to version 7.0.0 for the official release7.0.07.0
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 404074c7..42a4f48c 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('weston',
'c',
- version: '6.0.93',
+ version: '7.0.0',
default_options: [
'warning_level=3',
'c_std=gnu99',