summaryrefslogtreecommitdiff
path: root/app/smproxy/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'app/smproxy/configure.ac')
-rw-r--r--app/smproxy/configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/smproxy/configure.ac b/app/smproxy/configure.ac
index 77f2a9ad2..c03dc880d 100644
--- a/app/smproxy/configure.ac
+++ b/app/smproxy/configure.ac
@@ -22,13 +22,13 @@ dnl Process this file with autoconf to create configure.
# Initialize Autoconf
AC_PREREQ([2.60])
-AC_INIT([smproxy], [1.0.6],
- [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [smproxy])
+AC_INIT([smproxy], [1.0.7],
+ [https://gitlab.freedesktop.org/xorg/app/smproxy/issues], [smproxy])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS([config.h])
# Initialize Automake
-AM_INIT_AUTOMAKE([foreign dist-bzip2])
+AM_INIT_AUTOMAKE([foreign dist-xz])
# Set common system defines for POSIX extensions, such as _GNU_SOURCE
# Must be called before any macros that run the compiler (like