summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/gzip/revision.h
blob: 5a4e1e6f751332c671cee1f2176aba58e57e3f63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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.1.1"
#define PATCHLEVEL 0
#define REVDATE "1 Jun 93"

/* This version does not support compression into old compress format: */
#ifdef LZW
#  undef LZW
#endif

/* $Id: revision.h,v 0.20 1993/06/01 14:03:17 jloup Exp $ */
OpenPOWER on IntegriCloud