From 06d51cc4cbec4a9cb595d2560279feee9952f7c7 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Thu, 13 Aug 2020 21:09:40 +0200 Subject: [PATCH] build: bump to version 8.0.92 for the beta release --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index adc62a4a..7d4bd23c 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('weston', 'c', - version: '8.0.91', + version: '8.0.92', default_options: [ 'warning_level=3', 'c_std=gnu99',