mirror of
https://https.git.savannah.gnu.org/git/gzip.git
synced 2026-01-26 15:39:07 +00:00
gzip 1.2.4
This commit is contained in:
parent
c30ab99c9a
commit
c5d69c81fb
16
revision.h
Normal file
16
revision.h
Normal file
@ -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$ */
|
||||
Loading…
x
Reference in New Issue
Block a user