diff options
Diffstat (limited to 'usr/gzip/revision.h')
-rw-r--r-- | usr/gzip/revision.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/usr/gzip/revision.h b/usr/gzip/revision.h new file mode 100644 index 0000000..736020b --- /dev/null +++ b/usr/gzip/revision.h @@ -0,0 +1,11 @@ +/* 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" + +/* $Id: revision.h,v 1.1 2002/08/18 00:59:21 hpa Exp $ */ |