From a55042e2c677e907da87e523a31682f15a86a30b Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Mon, 11 Jan 2021 17:18:20 +0100 Subject: [PATCH] Bump version to 2.4.104 Signed-off-by: Simon Ser --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 601360b4..a4d8d707 100644 --- a/meson.build +++ b/meson.build @@ -21,7 +21,7 @@ project( 'libdrm', ['c'], - version : '2.4.103', + version : '2.4.104', license : 'MIT', meson_version : '>= 0.43', default_options : ['buildtype=debugoptimized', 'c_std=gnu99'],