diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2019-08-15 17:38:25 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2019-08-15 17:38:25 +0000 |
commit | 7e618deef6c0cf7d2d9398f7c10c9885efb8b5c3 (patch) | |
tree | eb11f88027d3bca3ded55e9fcf455f1114a401ab /app/xinput/configure.ac | |
parent | dd4a2a41edc7f2346f70b80294bc5942e5097638 (diff) |
Update to xinput 1.6.3
Diffstat (limited to 'app/xinput/configure.ac')
-rw-r--r-- | app/xinput/configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/xinput/configure.ac b/app/xinput/configure.ac index c90e4cb01..ef92013df 100644 --- a/app/xinput/configure.ac +++ b/app/xinput/configure.ac @@ -22,8 +22,8 @@ # Initialize Autoconf AC_PREREQ([2.60]) -AC_INIT([xinput], [1.6.2], - [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [xinput]) +AC_INIT([xinput], [1.6.3], + [https://gitlab.freedesktop.org/xorg/app/xinput/issues], [xinput]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) |