Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / gnu / usr.bin / gzip / revision.h
1 /* revision.h -- define the version number
2  * Copyright (C) 1992-1993 Jean-loup Gailly.
3  * This is free software; you can redistribute it and/or modify it under the
4  * terms of the GNU General Public License, see the file COPYING.
5  */
6
7 #define VERSION "1.2.4"
8 #define PATCHLEVEL 0
9 #define REVDATE "18 Aug 93"
10
11 /* This version does not support compression into old compress format: */
12 #ifdef LZW
13 #  undef LZW
14 #endif
15
16 /* $FreeBSD: src/gnu/usr.bin/gzip/revision.h,v 1.6 1999/08/27 23:35:52 peter Exp $ */
17 /* $DragonFly: src/gnu/usr.bin/gzip/Attic/revision.h,v 1.2 2003/06/17 04:25:46 dillon Exp $ */