From 13f501c51b536256e935eefc9bde7922c5bdd7e3 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Thu, 27 Aug 2020 22:58:53 +0200 Subject: [PATCH] build: bump to version 8.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 7d4bd23c..6b501a27 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('weston', 'c', - version: '8.0.92', + version: '8.0.93', default_options: [ 'warning_level=3', 'c_std=gnu99',