]> git.cworth.org Git - gzip/blobdiff - configure.ac
Avoid creating an undersized buffer for the hufts table.
[gzip] / configure.ac
index 1b854d3697d1552b0d07d3e88eca4135044ec1e9..555bb9c04804e8a29081e07e95e4bf7bae721666 100644 (file)
@@ -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])