diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2023-04-09 13:27:07 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2023-04-09 13:27:07 -0700 |
commit | c1cab28e27dd1c5a81394965248b57e490ccf2ca (patch) | |
tree | f99eac9168165ebaff496a3c3567f48b369cc150 | |
parent | 1f908b1f27723a9a8f532ab4cc58429c2f174224 (diff) |
libXfixes 6.0.1HEADlibXfixes-6.0.1master
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-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]) |