summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-10-17 15:17:59 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-10-17 15:17:59 -0700
commit37507b5f44332accfb1064ee69a4f6a833994747 (patch)
treefbc44478155fc397689a3ffb68cc2743ab0f57d8
parent2f552d3278444be151e6944f47ae76bc71c6cc25 (diff)
libXpresent 1.0.1libXpresent-1.0.1
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--configure.ac5
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([.])