diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2024-01-28 14:00:33 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2024-01-28 14:00:33 +0000 |
commit | 0bce5ade1254c4f449cdd57bf4cb27ec2dd7510f (patch) | |
tree | fd7d43c6cc1bda5ffc68d61ff901026e3b008e28 /app/xeyes/configure.ac | |
parent | dae827c9d8551cc2280db9044d57c000542a4e34 (diff) |
Update to xeyes 1.3.0
Diffstat (limited to 'app/xeyes/configure.ac')
-rw-r--r-- | app/xeyes/configure.ac | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/app/xeyes/configure.ac b/app/xeyes/configure.ac index 6635b9e8e..dceccce71 100644 --- a/app/xeyes/configure.ac +++ b/app/xeyes/configure.ac @@ -23,14 +23,13 @@ dnl Process this file with autoconf to create configure. # Initialize Autoconf AC_PREREQ([2.60]) -AC_INIT([xeyes], [1.2.0], - [https://gitlab.freedesktop.org/xorg/app/xeyes/issues], [xeyes]) +AC_INIT([xeyes], [1.3.0], + [https://gitlab.freedesktop.org/xorg/app/xeyes/-/issues], [xeyes]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) # Initialize Automake -AM_INIT_AUTOMAKE([foreign dist-bzip2]) -AM_MAINTAINER_MODE +AM_INIT_AUTOMAKE([foreign dist-xz]) # Require X.Org macros 1.8 or later for MAN_SUBSTS set by XORG_MANPAGE_SECTIONS m4_ifndef([XORG_MACROS_VERSION], |