From 60cf6bcef1390473419df14e3214da149dbd8f99 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Wed, 6 Jul 2022 10:43:38 +0200 Subject: [PATCH] build: bump version to 2.4.112 Signed-off-by: Simon Ser --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 06f48dd9..3e54b9cf 100644 --- a/meson.build +++ b/meson.build @@ -21,7 +21,7 @@ project( 'libdrm', ['c'], - version : '2.4.111', + version : '2.4.112', license : 'MIT', meson_version : '>= 0.53', default_options : ['buildtype=debugoptimized', 'c_std=c99'],