diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-07-12 10:45:59 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-07-12 10:45:59 -0700 |
commit | 8d1b74a3bf970609d1d2a2db5191bf7d67353197 (patch) | |
tree | 537f8da2d2a397d96e971ab95e139e69db974155 | |
parent | bfc817a20c3e0390860161ea4374aee793e3827e (diff) |
xrefresh 1.0.7xrefresh-1.0.7
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -6,7 +6,7 @@ Xorg mailing list: https://lists.x.org/mailman/listinfo/xorg -The master development code repository can be found at: +The primary development code repository can be found at: https://gitlab.freedesktop.org/xorg/app/xrefresh diff --git a/configure.ac b/configure.ac index d01ae10..f9d8937 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ dnl Process this file with autoconf to create configure. # Initialize Autoconf AC_PREREQ([2.60]) -AC_INIT([xrefresh], [1.0.6], +AC_INIT([xrefresh], [1.0.7], [https://gitlab.freedesktop.org/xorg/app/xrefresh/issues], [xrefresh]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) |