From 76a1e97a9a7c29fa3035bb370d654791bdc23d90 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Sun, 8 Jun 2025 14:27:53 +0200 Subject: [PATCH] build: bump version to 2.4.125 Signed-off-by: Simon Ser --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index b89f451f..bddc5d57 100644 --- a/meson.build +++ b/meson.build @@ -26,7 +26,7 @@ project( 'libdrm', ['c'], - version : '2.4.124', + version : '2.4.125', license : 'MIT', meson_version : '>= 0.59', default_options : ['buildtype=debugoptimized', 'c_std=c11'],