diff options
-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'], |