summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-10-18 09:58:51 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-10-18 09:58:51 -0700
commit3d7e713e85af18d7e52cafdc9d20a2715048dee7 (patch)
treee9d396a9c23fbcde6e4f621423022a204ece0f59
parent738e534b2f9aef1d904b71b23c36e9844050cb69 (diff)
xcb-util-cursor 0.1.4xcb-util-cursor-0.1.4
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d548dd6..1a03efc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,7 @@
dnl XCB_UTIL_M4_WITH_INCLUDE_PATH requires Autoconf >= 2.62
AC_PREREQ(2.62)
-AC_INIT([xcb-util-cursor],0.1.3,[xcb@lists.freedesktop.org])
+AC_INIT([xcb-util-cursor],[0.1.4],
+ [https://gitlab.freedesktop.org/xorg/lib/libxcb-cursor/-/issues])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_MACRO_DIR([m4])