freebsd-dev/gnu/usr.bin/gzip/revision.h

17 lines
432 B
C
Raw Normal View History

1993-06-18 18:39:41 +00:00
/* 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.4"
1993-06-18 18:39:41 +00:00
#define PATCHLEVEL 0
#define REVDATE "18 Aug 93"
1993-06-18 18:39:41 +00:00
/* This version does not support compression into old compress format: */
#ifdef LZW
# undef LZW
#endif
1999-08-27 23:37:10 +00:00
/* $FreeBSD$ */