diff options
author | Matt Turner <mattst88@gmail.com> | 2024-12-04 13:30:17 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2024-12-04 13:30:30 -0500 |
commit | 38ec7dbd4df3141441afafe5ac62dfc9df36a77e (patch) | |
tree | 5c823cde698ae73be3f7a767dce837b2da416e64 | |
parent | f314a43f146d2cc4a86329cf6797178aa6ae5cc4 (diff) |
build: bump version to 2.4.124libdrm-2.4.124
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index ecc18a48..3a42b570 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'], |