From 6b4e956d299c6ff09a4abf89642ccc1beb455c88 Mon Sep 17 00:00:00 2001 From: Leo Liu Date: Wed, 7 Apr 2021 09:54:11 -0400 Subject: [PATCH] Bump version to 2.4.105 Signed-off-by: Leo Liu --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 5922fb61..30f1c2e5 100644 --- a/meson.build +++ b/meson.build @@ -21,7 +21,7 @@ project( 'libdrm', ['c'], - version : '2.4.104', + version : '2.4.105', license : 'MIT', meson_version : '>= 0.43', default_options : ['buildtype=debugoptimized', 'c_std=gnu99'],