diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-10-17 15:17:59 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-10-17 15:17:59 -0700 |
commit | 37507b5f44332accfb1064ee69a4f6a833994747 (patch) | |
tree | fbc44478155fc397689a3ffb68cc2743ab0f57d8 | |
parent | 2f552d3278444be151e6944f47ae76bc71c6cc25 (diff) |
libXpresent 1.0.1libXpresent-1.0.1
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 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([.]) |