diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-10-12 11:39:37 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-10-12 11:39:37 -0700 |
commit | f27a02acd302fef3104394a9a966c1194158b62f (patch) | |
tree | e957a2b7fd679fe1c802f592fd311fddc6542715 | |
parent | b29feb2bdde8b7aae84e6dbfd9daa46eda888dcd (diff) |
xwud 1.0.7HEADxwud-1.0.7master
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 742540e..24368b9 100644 --- a/configure.ac +++ b/configure.ac @@ -23,8 +23,8 @@ dnl Process this file with autoconf to create configure. # Initialize Autoconf AC_PREREQ([2.60]) -AC_INIT([xwud], [1.0.6], - [https://gitlab.freedesktop.org/xorg/app/xwud/issues], [xwud]) +AC_INIT([xwud], [1.0.7], + [https://gitlab.freedesktop.org/xorg/app/xwud/-/issues], [xwud]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) |