summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-10-18 09:38:22 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-10-18 09:38:22 -0700
commit43749ba6a7631f5060ef85c93942ec32dfd39bf8 (patch)
tree97a3d3f931781368edc645384f7a8a9755fd2e6c
parentbff067edd6c9ad231affd29283757fe6b431bc54 (diff)
downloadxorg-lib-libxshmfence-43749ba6a7631f5060ef85c93942ec32dfd39bf8.tar.gz
libxshmfence 1.3.1libxshmfence-1.3.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 1879c55..578995e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,8 +23,9 @@ dnl
dnl Process this file with autoconf to create configure.
AC_PREREQ([2.60])
-AC_INIT([libxshmfence], [1.3],
- [https://gitlab.freedesktop.org/xorg/lib/libxshmfence/issues], [libxshmfence])
+AC_INIT([libxshmfence], [1.3.1],
+ [https://gitlab.freedesktop.org/xorg/lib/libxshmfence/-/issues],
+ [libxshmfence])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS([config.h])