summaryrefslogtreecommitdiff
path: root/Build/source/libs/unzip/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/unzip/version.h')
-rw-r--r--Build/source/libs/unzip/version.h44
1 files changed, 0 insertions, 44 deletions
diff --git a/Build/source/libs/unzip/version.h b/Build/source/libs/unzip/version.h
deleted file mode 100644
index 763cc13078c..00000000000
--- a/Build/source/libs/unzip/version.h
+++ /dev/null
@@ -1,44 +0,0 @@
-/*
- version.h (for UnZip) by Info-ZIP.
-
- This header file is not copyrighted and may be distributed without
- restriction. (That's a little geek humor, heh heh.)
- */
-
-#ifndef __version_h /* don't include more than once */
-#define __version_h
-
-#ifdef BETA
-# undef BETA /* define BETA for internal beta releases */
-#endif
-
-#ifdef BETA
-# define BETALEVEL "d BETA"
-# define VERSION_DATE "27 November 98" /* internal beta version */
-#else
-# define BETALEVEL ""
-# define VERSION_DATE "28 November 1998" /* official release version */
-# define RELEASE
-#endif
-
-#define UZ_MAJORVER 5 /* UnZip */
-#define UZ_MINORVER 4
-
-#define ZI_MAJORVER 2 /* ZipInfo */
-#define ZI_MINORVER 3
-
-#define PATCHLEVEL 0
-
-
-/* these are obsolete but remain for backward compatibility: */
-#define D2_MAJORVER UZ_MAJORVER /* DLL for OS/2 */
-#define D2_MINORVER UZ_MINORVER
-#define D2_PATCHLEVEL PATCHLEVEL
-
-#define DW_MAJORVER UZ_MAJORVER /* DLL for MS Windows */
-#define DW_MINORVER UZ_MINORVER
-#define DW_PATCHLEVEL PATCHLEVEL
-
-#define WIN_VERSION_DATE VERSION_DATE
-
-#endif /* !__version_h */