summaryrefslogtreecommitdiff
path: root/Build/source/utils/gzip/revision.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/gzip/revision.h')
-rw-r--r--Build/source/utils/gzip/revision.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/Build/source/utils/gzip/revision.h b/Build/source/utils/gzip/revision.h
new file mode 100644
index 00000000000..f99b65f9bbd
--- /dev/null
+++ b/Build/source/utils/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 0.25 1993/06/24 08:29:52 jloup Exp $ */