X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=configure.ac;h=d112474ff9eb80ab81acefc37980812b6bd27177;hb=bb971a1e8a25cf2316d1cf5da309eb77b4975f0f;hp=c3a3af775a427bd169733f3f97ffa6e9044c8297;hpb=cecb7ac8e63ff65eb73dd098796e56e0a17a3259;p=chaz%2Ftar diff --git a/configure.ac b/configure.ac index c3a3af7..d112474 100644 --- a/configure.ac +++ b/configure.ac @@ -19,12 +19,12 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA # 02110-1301, USA. -AC_INIT([GNU tar], [1.23.90], [bug-tar@gnu.org]) +AC_INIT([GNU tar], [1.25], [bug-tar@gnu.org]) AC_CONFIG_SRCDIR([src/tar.c]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_HEADERS([config.h]) AC_PREREQ([2.63]) -AM_INIT_AUTOMAKE([1.11 gnits tar-ustar dist-bzip2 dist-shar std-options silent-rules]) +AM_INIT_AUTOMAKE([1.11 gnits tar-ustar dist-bzip2 dist-xz dist-shar std-options silent-rules]) # Enable silent rules by default: AM_SILENT_RULES([yes])