From 885f5974cdf65b59415837ae97f5a14ef1350670 Mon Sep 17 00:00:00 2001 From: Kacper Date: Tue, 9 Dec 2025 19:20:15 +0100 Subject: feat: add gzip and new headers --- bin/gzip/revision.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 bin/gzip/revision.h (limited to 'bin/gzip/revision.h') diff --git a/bin/gzip/revision.h b/bin/gzip/revision.h new file mode 100644 index 00000000..f248f92a --- /dev/null +++ b/bin/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 $ */ -- cgit v1.2.3