From b9ca37b3134861048986b75896c0915cbf2e97f9 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Thu, 3 Nov 2022 09:33:36 +0100 Subject: [PATCH] build: bump version to 2.4.114 Signed-off-by: Simon Ser --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 0c5172ae..3ff6bfaa 100644 --- a/meson.build +++ b/meson.build @@ -21,7 +21,7 @@ project( 'libdrm', ['c'], - version : '2.4.113', + version : '2.4.114', license : 'MIT', meson_version : '>= 0.53', default_options : ['buildtype=debugoptimized', 'c_std=c11'],