diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2020-01-14 20:51:26 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2020-01-14 20:51:26 +0000 |
commit | 4aaddf8adfdbfd05ba2e5066823044debb02f676 (patch) | |
tree | 1929e9e49c208dacd37f782a72d51d3eeade1de6 /app/viewres/configure.ac | |
parent | d5a9af7a21ba280143de172d1a29993c57cc6170 (diff) |
Update to viewres 1.0.6
Diffstat (limited to 'app/viewres/configure.ac')
-rw-r--r-- | app/viewres/configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/viewres/configure.ac b/app/viewres/configure.ac index a727c5b1a..6059b85b5 100644 --- a/app/viewres/configure.ac +++ b/app/viewres/configure.ac @@ -23,8 +23,8 @@ dnl Process this file with autoconf to create configure. # Initialize Autoconf AC_PREREQ([2.60]) -AC_INIT([viewres], [1.0.5], - [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [viewres]) +AC_INIT([viewres], [1.0.6], + [https://gitlab.freedesktop.org/xorg/app/viewres/issues], [viewres]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) |