From 04d3ae265d8d8f84352c8dac21ec40b2fe07e7d2 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Fri, 4 Sep 2020 12:20:00 +0200 Subject: [PATCH] build: bump to version 9.0.0 for the official release --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 6b501a27..e7d053b9 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('weston', 'c', - version: '8.0.93', + version: '9.0.0', default_options: [ 'warning_level=3', 'c_std=gnu99',