diff options
author | Stefano Karapetsas <[email protected]> | 2013-05-12 20:13:20 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-05-12 20:13:20 +0200 |
commit | 6f0c0b6634f3be001792f6bf88d6fc27d035350f (patch) | |
tree | b1aa37c1edeb3e7135a3f271f052876c2b91267d /configure.ac | |
parent | 9f543aeb27de6ec36d1a87454631d357b97ceb16 (diff) | |
download | mate-common-6f0c0b6634f3be001792f6bf88d6fc27d035350f.tar.bz2 mate-common-6f0c0b6634f3be001792f6bf88d6fc27d035350f.tar.xz |
Bump version to 1.6.1mate-common-1.6.1
Switch to make dist
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])]) |