diff options
author | Simon Ser <contact@emersion.fr> | 2024-06-26 10:13:31 +0200 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2024-06-26 10:13:31 +0200 |
commit | ad78bb591d02162d3b90890aa4d0a238b2a37cde (patch) | |
tree | b5baa00d5bd4981c52513feb9c3f18f9122479f9 | |
parent | 998d2a2e81e11043781672494dc3d294c1ecfce0 (diff) |
build: bump version to 2.4.122libdrm-2.4.122
Signed-off-by: Simon Ser <contact@emersion.fr>
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 6d8121ec..8100702e 100644 --- a/meson.build +++ b/meson.build @@ -21,7 +21,7 @@ project( 'libdrm', ['c'], - version : '2.4.121', + version : '2.4.122', license : 'MIT', meson_version : '>= 0.59', default_options : ['buildtype=debugoptimized', 'c_std=c11'], |