diff options
Diffstat (limited to 'configure.ac')
-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]) |