diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 67bd738..96ddd67 100644 --- a/configure.ac +++ b/configure.ac @@ -1,9 +1,9 @@ AC_PREREQ(2.54) -AC_INIT([mate-common], [1.6.0], [https://github.com/mate-desktop/mate-common]) +AC_INIT([mate-common], [1.6.1], [https://github.com/mate-desktop/mate-common]) AC_CONFIG_SRCDIR([macros/mate-autogen]) -AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-bzip2]) +AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-xz]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([no])]) |