From 7bdb135f0c8e6ae2c0ed6d4bd6a8423eb1df5c26 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Wed, 23 Aug 2023 11:57:39 +0200 Subject: [PATCH] build: bump version to 2.4.116 Signed-off-by: Simon Ser --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 3c2e171d..05f05fd9 100644 --- a/meson.build +++ b/meson.build @@ -21,7 +21,7 @@ project( 'libdrm', ['c'], - version : '2.4.115', + version : '2.4.116', license : 'MIT', meson_version : '>= 0.53', default_options : ['buildtype=debugoptimized', 'c_std=c11'],