summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2023-04-09 09:59:46 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2023-04-09 09:59:46 -0700
commit13826f0412926eb4659bca21a6f0e179c7a45f11 (patch)
tree5f0aeaed4ac30099219b86b0503d922719729e88
parent9a5623e2ffc6995b2c6edf379f191d76d7b4444a (diff)
xwininfo 1.1.6xwininfo-1.1.6
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--README.md2
-rw-r--r--configure.ac4
2 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 6412b1d..44b7b56 100644
--- a/README.md
+++ b/README.md
@@ -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/xwininfo
diff --git a/configure.ac b/configure.ac
index b283e6b..b875b72 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,8 +23,8 @@ dnl Process this file with autoconf to create configure.
# Initialize Autoconf
AC_PREREQ([2.60])
-AC_INIT([xwininfo], [1.1.5],
- [https://gitlab.freedesktop.org/xorg/app/xwininfo/issues], [xwininfo])
+AC_INIT([xwininfo], [1.1.6],
+ [https://gitlab.freedesktop.org/xorg/app/xwininfo/-/issues], [xwininfo])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS([config.h])
AC_USE_SYSTEM_EXTENSIONS