]> git.cworth.org Git - gzip/blob - revision.h
Imported Debian patch 1.3.5-10sarge1
[gzip] / revision.h
1 /* revision.h -- define the version number
2  * Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
3  * Copyright (C) 1992-1993 Jean-loup Gailly.
4  * This is free software; you can redistribute it and/or modify it under the
5  * terms of the GNU General Public License, see the file COPYING.
6  */
7
8 #define PATCHLEVEL 0
9 #define REVDATE "2002-09-30"
10
11 /* This version does not support compression into old compress format: */
12 #ifdef LZW
13 #  undef LZW
14 #endif
15
16 /* $Id: revision.h,v 0.25 1993/06/24 08:29:52 jloup Exp $ */