summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2020-01-24 21:04:40 +0100
committerSimon Ser <contact@emersion.fr>2020-01-24 21:04:40 +0100
commit33b06bdece396b285882160324ac894d1db7ecb0 (patch)
tree29e7747de5e9cf038b0eb45530efe17f579cfa14
parent6510b2aba1c57c4f9a6768109c003338e3d316bd (diff)
build: bump to version 8.0.0 for the official release8.0.08.0
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 60e21416..82107e1e 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('weston',
'c',
- version: '7.0.93',
+ version: '8.0.0',
default_options: [
'warning_level=3',
'c_std=gnu99',