diff options
author | Simon Ser <contact@emersion.fr> | 2022-11-03 09:33:36 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2022-11-03 09:33:36 +0100 |
commit | b9ca37b3134861048986b75896c0915cbf2e97f9 (patch) | |
tree | 6c515810bee8549d81e68c548a26a63909f8e716 | |
parent | e832f5b0b8770bb768f98a7bcd53d769c4fe432e (diff) |
build: bump version to 2.4.114libdrm-2.4.114
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 0c5172ae..3ff6bfaa 100644 --- a/meson.build +++ b/meson.build @@ -21,7 +21,7 @@ project( 'libdrm', ['c'], - version : '2.4.113', + version : '2.4.114', license : 'MIT', meson_version : '>= 0.53', default_options : ['buildtype=debugoptimized', 'c_std=c11'], |