Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
version.h
Package: unzip540.zip [view]
Upload User: andy_li
Upload Date: 2007-01-06
Package Size: 1019k
Code Size: 1k
Category:
Compress-Decompress algrithms
Development Platform:
MultiPlatform
- /*
- 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 */