Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

wvver.h

Go to the documentation of this file.
00001 /*
00002  * Worldvisions Weaver Software:
00003  *   Copyright (C) 1997-2002 Net Integration Technologies, Inc.
00004  *
00005  * Version numbers for the different parts of Weaver included here.
00006  *
00007  */
00008 #ifndef __WVVER_H
00009 #define __WVVER_H
00010 
00011 // *_VER is a numerical version number for use ONLY in comparisons and
00012 // internal data structures.
00013 // *_VER_STRING is a string for use ONLY in display strings.
00014 //
00015 // Never mix and match them!  WEAVER_VER_STRING may be any
00016 //  valid string, eg "4.5 beta 6"
00017 //
00018 
00019 #define WEAVER_VER              0x00037602
00020 #define WEAVER_VER_STRING       "3.76 #2"
00021 
00022 #define WVSTREAMS_VER           0x00037600
00023 #define WVSTREAMS_VER_STRING    "3.75.0"
00024 
00025 #define WVDIAL_VER              0x00015400
00026 #define WVDIAL_VER_STRING       "1.54"
00027 
00028 #define FASTFORWARD_VER         0x00010100
00029 #define FASTFORWARD_VER_STRING  "1.01"
00030 
00031 #define TUNNELV_VER             0x00023000
00032 #define TUNNELV_VER_STRING      "2.30"
00033 
00034 #define WVTAPE_VER              0x00011200
00035 #define WVTAPE_VER_STRING       "1.12"
00036 
00037 #define RETCHMAIL_VER           0x00000300
00038 #define RETCHMAIL_VER_STRING    "0.03"
00039 
00040 #define WVTFTP_VER              0x00000200
00041 #define WVTFTP_VER_STRING       "0.02"
00042 
00043 #define WVPRINT_VER             0x00000100
00044 #define WVPRINT_VER_STRING      "0.01"
00045 
00046 #define POLLY_VER               0x00000000
00047 #define POLLY_VER_STRING        "0.00 (Danger!)"
00048 
00049 #define WVSYSLOGD_VER           0x00000000
00050 #define WVSYSLOGD_VER_STRING    "0.00 (Deadly!)"
00051 
00052 #endif // __WVVER_H
00053 

Generated on Wed Dec 15 15:08:11 2004 for WvStreams by  doxygen 1.3.9.1