From: Simon Ser Date: Fri, 4 Sep 2020 10:20:00 +0000 (+0200) Subject: build: bump to version 9.0.0 for the official release X-Git-Tag: upstream/9.0.0^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Fupstream;p=platform%2Fupstream%2Fweston.git build: bump to version 9.0.0 for the official release --- 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',