Initial revision
[gzip.git] / revision.h
blob9bbb5a9ce3ec2572530b033719904b2be362129b
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 */
7 #define VERSION "1.2.4"
8 #define PATCHLEVEL 0
9 #define REVDATE "18 Aug 93"
11 /* This version does not support compression into old compress format: */
12 #ifdef LZW
13 # undef LZW
14 #endif
16 /* $Id$ */