diff options
author | Simon Ser <contact@emersion.fr> | 2024-01-13 10:37:07 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2024-01-13 10:37:07 +0100 |
commit | 75254bf2390c10644ffb35a90fc8f18f196f9f0c (patch) | |
tree | b5875af84ac1bd4015afede1015bb1761e5e85b3 | |
parent | 6c4392f49bdd0b34590ae646868229318f880f81 (diff) |
build: bump version to 2.4.120libdrm-2.4.120
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 ca609fc3..1a7dbbe4 100644 --- a/meson.build +++ b/meson.build @@ -21,7 +21,7 @@ project( 'libdrm', ['c'], - version : '2.4.119', + version : '2.4.120', license : 'MIT', meson_version : '>= 0.59', default_options : ['buildtype=debugoptimized', 'c_std=c11'], |