diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-03-23 15:32:20 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-03-23 15:32:20 -0700 |
commit | 2ec2576cabefef1eaa5dd9307c97de2e887fc347 (patch) | |
tree | 4ad52fc572ec77b22fe6ac64bc51ca2fda7a5621 | |
parent | ad7e9cb4b291a46812eea321f0634cfc46fb94e2 (diff) |
libpciaccess 0.18.1libpciaccess-0.18.1
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index b5b54a4..f004d3f 100644 --- a/meson.build +++ b/meson.build @@ -21,7 +21,7 @@ project( 'libpciaccess', ['c'], - version : '0.18', + version : '0.18.1', license : 'MIT', meson_version : '>= 0.48.0', default_options : ['buildtype=debugoptimized'], |