From 25dec5b91fe4d2638787d033a0b22b6c1dc145e0 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Mon, 26 Aug 2024 13:10:22 -0700 Subject: [PATCH] build: bump version to 2.4.123 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 225f09aa..27e40e75 100644 --- a/meson.build +++ b/meson.build @@ -26,7 +26,7 @@ project( 'libdrm', ['c'], - version : '2.4.122', + version : '2.4.123', license : 'MIT', meson_version : '>= 0.59', default_options : ['buildtype=debugoptimized', 'c_std=c11'],