diff options
Diffstat (limited to 'app/xcalc/configure.ac')
-rw-r--r-- | app/xcalc/configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/xcalc/configure.ac b/app/xcalc/configure.ac index c586b0acc..9eab2a2ad 100644 --- a/app/xcalc/configure.ac +++ b/app/xcalc/configure.ac @@ -23,13 +23,13 @@ dnl Process this file with autoconf to create configure. # Initialize Autoconf AC_PREREQ([2.60]) -AC_INIT([xcalc], [1.1.0], +AC_INIT([xcalc], [1.1.1], [https://gitlab.freedesktop.org/xorg/app/xcalc/issues], [xcalc]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) # Initialize Automake -AM_INIT_AUTOMAKE([foreign dist-bzip2]) +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], |