diff options
-rw-r--r-- | configure.ac | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index d0f8fd1..12f505f 100644 --- a/configure.ac +++ b/configure.ac @@ -32,8 +32,9 @@ AC_PREREQ([2.60]) # that 'revision' number appears in Xpresent.h and has to be manually # synchronized. # -AC_INIT(libXpresent, [1.0.0], - [https://gitlab.freedesktop.org/xorg/lib/libXpresent/issues], [libXpresent]) +AC_INIT(libXpresent, [1.0.1], + [https://gitlab.freedesktop.org/xorg/lib/libxpresent/-/issues], + [libXpresent]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_AUX_DIR([.]) |