summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-10-18 18:26:19 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-10-18 18:26:19 -0700
commit85e093f14b0ade2956e0a5d1c37cfde06d8b1ba6 (patch)
tree6ab57cbfcf79cc166bc49f297fba47f8296c7304
parent439be15cde3c7b5ba07b175dcf7b724d155d30aa (diff)
downloadutil-keysyms-master.tar.gz
xcb-util-keysyms 0.4.1HEADxcb-util-keysyms-0.4.1master
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 eedaa90..fe88a01 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,6 @@
AC_PREREQ(2.59c)
-AC_INIT([xcb-util-keysyms],0.4.0,[xcb@lists.freedesktop.org])
+AC_INIT([xcb-util-keysyms], [0.4.1],
+ [https://gitlab.freedesktop.org/xorg/lib/libxcb-keysyms/-/issues])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([foreign dist-xz])