diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-10-17 18:41:02 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-10-17 18:41:02 -0700 |
commit | 935f0b4d6983f77c4f35e6d492f9f2c2d1ed57f9 (patch) | |
tree | fee4d09e7ebf4ed7675909356af25a7cb762712e | |
parent | d193fa690415333420b435edb5782789a6f3ea57 (diff) |
libpciaccess 0.17libpciaccess-0.17
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | configure.ac | 5 | ||||
-rw-r--r-- | meson.build | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 4453aa6..fea2a29 100644 --- a/configure.ac +++ b/configure.ac @@ -23,8 +23,9 @@ # Initialize Autoconf AC_PREREQ([2.60]) -AC_INIT([libpciaccess],[0.16], - [https://gitlab.freedesktop.org/xorg/lib/libpciaccess/issues],[libpciaccess]) +AC_INIT([libpciaccess],[0.17], + [https://gitlab.freedesktop.org/xorg/lib/libpciaccess/-/issues], + [libpciaccess]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_AUX_DIR([.]) diff --git a/meson.build b/meson.build index 9936f81..c4a991d 100644 --- a/meson.build +++ b/meson.build @@ -21,7 +21,7 @@ project( 'libpciaccess', ['c'], - version : '0.16', + version : '0.17', license : 'MIT', meson_version : '>= 0.48.0', default_options : ['buildtype=debugoptimized'], |