From 7b433e077298d0f4faf8da6d6eb5774e29bffa54 Mon Sep 17 00:00:00 2001
From: Jean-Baptiste Kempf <jb@videolan.org>
Date: Fri, 3 Sep 2021 16:41:46 +0200
Subject: [PATCH] Update version number to 0.9.2

---
 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meson.build b/meson.build
index 96ac31e38..a9cfa04ff 100644
--- a/meson.build
+++ b/meson.build
@@ -23,7 +23,7 @@
 # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 project('dav1d', ['c'],
-    version: '0.9.1',
+    version: '0.9.2',
     default_options: ['c_std=c99',
                       'warning_level=2',
                       'buildtype=release',
-- 
GitLab