diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-10-18 09:38:22 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-10-18 09:38:22 -0700 |
commit | 43749ba6a7631f5060ef85c93942ec32dfd39bf8 (patch) | |
tree | 97a3d3f931781368edc645384f7a8a9755fd2e6c | |
parent | bff067edd6c9ad231affd29283757fe6b431bc54 (diff) |
libxshmfence 1.3.1libxshmfence-1.3.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 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]) |