diff options
-rw-r--r-- | configure.ac | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 43b036c..83e686d 100644 --- a/configure.ac +++ b/configure.ac @@ -32,8 +32,9 @@ AC_PREREQ([2.60]) # that 'revision' number appears in Xfixes.h and has to be manually # synchronized. # -AC_INIT(libXfixes, [6.0.0], - [https://gitlab.freedesktop.org/xorg/lib/libXfixes/issues], [libXfixes]) +AC_INIT(libXfixes, [6.0.1], + [https://gitlab.freedesktop.org/xorg/lib/libxfixes/-/issues], + [libXfixes]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIRS([m4]) |