diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-12-12 15:41:52 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-12-12 15:41:52 -0800 |
commit | f9a30c707c14fc1ab75f7cc90c9c1eb6fcec3b6d (patch) | |
tree | c6ff866b0fcecd5d4794312f9e33159b37d36a2c | |
parent | 728ba52d5dc966e423d9416647c2e903c95d2217 (diff) |
xhost 1.0.9xhost-1.0.9
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index d69ebab..60a74c2 100644 --- a/configure.ac +++ b/configure.ac @@ -2,8 +2,8 @@ dnl Process this file with autoconf to create configure. # Initialize Autoconf AC_PREREQ([2.60]) -AC_INIT([xhost], [1.0.8], - [https://gitlab.freedesktop.org/xorg/app/xhost/issues], [xhost]) +AC_INIT([xhost], [1.0.9], + [https://gitlab.freedesktop.org/xorg/app/xhost/-/issues], [xhost]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) |