From 75254bf2390c10644ffb35a90fc8f18f196f9f0c Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Sat, 13 Jan 2024 10:37:07 +0100 Subject: [PATCH] build: bump version to 2.4.120 Signed-off-by: Simon Ser --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index ca609fc3..1a7dbbe4 100644 --- a/meson.build +++ b/meson.build @@ -21,7 +21,7 @@ project( 'libdrm', ['c'], - version : '2.4.119', + version : '2.4.120', license : 'MIT', meson_version : '>= 0.59', default_options : ['buildtype=debugoptimized', 'c_std=c11'],