From 38ec7dbd4df3141441afafe5ac62dfc9df36a77e Mon Sep 17 00:00:00 2001
From: Matt Turner <mattst88@gmail.com>
Date: Wed, 4 Dec 2024 13:30:17 -0500
Subject: [PATCH] build: bump version to 2.4.124

---
 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meson.build b/meson.build
index ecc18a489..3a42b5709 100644
--- a/meson.build
+++ b/meson.build
@@ -26,7 +26,7 @@
 project(
   'libdrm',
   ['c'],
-  version : '2.4.123',
+  version : '2.4.124',
   license : 'MIT',
   meson_version : '>= 0.59',
   default_options : ['buildtype=debugoptimized', 'c_std=c11'],
-- 
GitLab