X-Git-Url: https://git.cworth.org/git?p=gzip;a=blobdiff_plain;f=configure.ac;h=555bb9c04804e8a29081e07e95e4bf7bae721666;hp=1b854d3697d1552b0d07d3e88eca4135044ec1e9;hb=HEAD;hpb=e7921f54c622e3b32e525f345bc34308821e4ae0 diff --git a/configure.ac b/configure.ac index 1b854d3..555bb9c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,8 @@ # Configure template for gzip. -# Copyright (C) 1999, 2000, 2001, 2002, 2006 Free Software Foundation, Inc. +# Copyright (C) 1999, 2000, 2001, 2002, 2006, 2007 Free Software +# Foundation, Inc. + # Copyright (C) 1992-1993 Jean-loup Gailly # This program is free software; you can redistribute it and/or modify @@ -19,7 +21,7 @@ # 02111-1307, USA. AC_PREREQ([2.60]) -AC_INIT([gzip], [1.3.9], [bug-gzip@gnu.org]) +AC_INIT([gzip], [1.3.12], [bug-gzip@gnu.org]) AC_CONFIG_SRCDIR(gzip.c) AC_CONFIG_AUX_DIR(build-aux) AC_CONFIG_HEADERS([lib/config.h:lib/config.hin])