summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index a878c9e..9551f0c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
dnl XCB_UTIL_M4_WITH_INCLUDE_PATH requires Autoconf >= 2.62
AC_PREREQ(2.62)
-AC_INIT([xcb-util-wm],[0.4.1],
- [https://gitlab.freedesktop.org/xorg/lib/libxcb-wm/issues],
+AC_INIT([xcb-util-wm], [0.4.2],
+ [https://gitlab.freedesktop.org/xorg/lib/libxcb-wm/-/issues],
[xcb-util-wm])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS([config.h])