diff options
author | Simon Ser <contact@emersion.fr> | 2021-01-11 17:18:20 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2021-01-11 17:18:20 +0100 |
commit | a55042e2c677e907da87e523a31682f15a86a30b (patch) | |
tree | 72525f54735098dd4b56018697c3ded938b136b6 | |
parent | cdd14e92e9bd11e7307512b81b9ce26dd5ee2bce (diff) |
Bump version to 2.4.104libdrm-2.4.104
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 601360b4..a4d8d707 100644 --- a/meson.build +++ b/meson.build @@ -21,7 +21,7 @@ project( 'libdrm', ['c'], - version : '2.4.103', + version : '2.4.104', license : 'MIT', meson_version : '>= 0.43', default_options : ['buildtype=debugoptimized', 'c_std=gnu99'], |