diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-12-04 14:04:06 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-12-04 14:04:06 -0800 |
commit | cecff847395deb553b6331f31776f9cbfc809add (patch) | |
tree | 0c63f2fb514152b8aa07223dc331044bd5d6a19e | |
parent | 352885a4ff166cd065da1944649a4f12801dd4d2 (diff) |
libXcomposite 0.4.6libXcomposite-0.4.6
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 81fd884..df00f75 100644 --- a/configure.ac +++ b/configure.ac @@ -31,8 +31,9 @@ AC_PREREQ([2.60]) # that 'revision' number appears in Xcomposite.h and has to be manually # synchronized. # -AC_INIT(libXcomposite, [0.4.5], - [https://gitlab.freedesktop.org/xorg/lib/libXcomposite/issues], [libXcomposite]) +AC_INIT(libXcomposite, [0.4.6], + [https://gitlab.freedesktop.org/xorg/lib/libxcomposite/-/issues], + [libXcomposite]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) |