diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-02-04 12:57:39 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-02-04 12:57:39 -0800 |
commit | 04271a93ed65bfde82469509120214424eb918d0 (patch) | |
tree | 94b247aa1df4b6a2c6b2913ae41d4c6f4eddcc74 | |
parent | c74d0a4b630f115e797cbb159ac13e0dc78f31f5 (diff) |
libpciaccess 0.18libpciaccess-0.18
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 c4a991d..b5b54a4 100644 --- a/meson.build +++ b/meson.build @@ -21,7 +21,7 @@ project( 'libpciaccess', ['c'], - version : '0.17', + version : '0.18', license : 'MIT', meson_version : '>= 0.48.0', default_options : ['buildtype=debugoptimized'], |