diff options
| author | svn2git <svn2git@FreeBSD.org> | 1994-05-01 08:00:00 +0000 | 
|---|---|---|
| committer | svn2git <svn2git@FreeBSD.org> | 1994-05-01 08:00:00 +0000 | 
| commit | a16f65c7d117419bd266c28a1901ef129a337569 (patch) | |
| tree | 2626602f66dc3551e7a7c7bc9ad763c3bc7ab40a /gnu/usr.bin/gzip/revision.h | |
| parent | 8503f4f13f77abf7adc8f7e329c6f9c1d52b6a20 (diff) | |
Diffstat (limited to 'gnu/usr.bin/gzip/revision.h')
| -rw-r--r-- | gnu/usr.bin/gzip/revision.h | 16 | 
1 files changed, 16 insertions, 0 deletions
| diff --git a/gnu/usr.bin/gzip/revision.h b/gnu/usr.bin/gzip/revision.h new file mode 100644 index 000000000000..4e5362fb2c6f --- /dev/null +++ b/gnu/usr.bin/gzip/revision.h @@ -0,0 +1,16 @@ +/* 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" +#define PATCHLEVEL 0 +#define REVDATE "18 Aug 93" + +/* This version does not support compression into old compress format: */ +#ifdef LZW +#  undef LZW +#endif + +/* $Id: revision.h,v 1.3 1993/10/14 00:33:05 nate Exp $ */ | 
