NetBSD/gnu/usr.bin/gzip-1.0.7/revision.h

17 lines
474 B
C

/* revision.h -- define the version number
* Copyright (C) 1992-1993 Jean-loup Gailly.
* This is free software; you can redistribute it and/or modify it under the
* terms of the GNU General Public License, see the file COPYING.
*/
#define VERSION "1.0.7"
#define PATCHLEVEL 0
#define REVDATE "18 Mar 93"
/* This version does not support compression into old compress format: */
#ifdef LZW
# undef LZW
#endif
/* $Id: revision.h,v 1.1 1993/04/10 15:56:13 cgd Exp $ */