diff options
author | Simon Ser <contact@emersion.fr> | 2021-11-25 21:33:02 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2021-11-25 21:33:02 +0100 |
commit | febfe0addd51a48c7c9dd7fd9ddf9b5a3b5cd7c6 (patch) | |
tree | 5f4c92a363b4fc05db51694f9aa9e99aa7fdaaa8 | |
parent | 997edcd37ff0a8c26cc9514f6a376b10f721892e (diff) |
build: bump version to 2.4.109libdrm-2.4.109
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 60f7c2fa..5824da8a 100644 --- a/meson.build +++ b/meson.build @@ -21,7 +21,7 @@ project( 'libdrm', ['c'], - version : '2.4.108', + version : '2.4.109', license : 'MIT', meson_version : '>= 0.46', default_options : ['buildtype=debugoptimized', 'c_std=gnu99'], |