diff options
Diffstat (limited to 'configure.ac')
-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]) |