freebsd-dev/gnu/usr.bin/gzip/revision.h
1993-06-19 00:22:46 +00:00

17 lines
477 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.2.2"
#define PATCHLEVEL 0
#define REVDATE "17 Jun 93"
/* This version does not support compression into old compress format: */
#ifdef LZW
# undef LZW
#endif
/* $Id: revision.h,v 0.23 1993/06/16 15:03:51 jloup Exp $ */