From 4ac64883d8c8116d6ed7e9e9dbf8c9881f886295 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Tue, 25 Jan 2022 17:45:39 +0100 Subject: [PATCH] build: bump to version 9.0.93 for the RC1 release --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index b558f071..72127a66 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('weston', 'c', - version: '9.0.92', + version: '9.0.93', default_options: [ 'warning_level=3', 'c_std=gnu99',