summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-10-18 19:01:07 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-10-18 19:01:07 -0700
commit0c6681e465c9cc7b1fbb60778ba1eaa61ab01a14 (patch)
tree33e6fc3ba82f72170e3929dc278a25ffeb4055a4
parent2c4ec9a6b927df1d0e7364994b7eb300e3027ca1 (diff)
downloadutil-wm-0c6681e465c9cc7b1fbb60778ba1eaa61ab01a14.tar.gz
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-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])