wvver.h

00001 /*
00002  * Worldvisions Weaver Software:
00003  *   Copyright (C) 1997-2004 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 #include "wvautoconf.h"
00020 
00021 #ifndef VER_STRING_EXTRA
00022 #define VER_STRING_EXTRA ""
00023 #endif
00024 
00025 #define WEAVER_VER                      0x000430c1
00026 #define WEAVER_VER_STRING               "4.3.0c #1" VER_STRING_EXTRA
00027 #define WEAVER_CODENAME                 "r4.3.0c1"
00028 
00029 #define WVSTREAMS_VER                   0x00042200
00030 #define WVSTREAMS_VER_STRING            "4.2.2" VER_STRING_EXTRA
00031 
00032 #define WVDIAL_VER                      0x00015400
00033 #define WVDIAL_VER_STRING               "1.55" VER_STRING_EXTRA
00034 
00035 #define TUNNELV_VER                     0x00023000
00036 #define TUNNELV_VER_STRING              "2.30" VER_STRING_EXTRA
00037 
00038 #define WVTAPE_VER                      0x00013000
00039 #define WVTAPE_VER_STRING               "1.3" VER_STRING_EXTRA
00040 
00041 #define RETCHMAIL_VER                   0x00000800
00042 #define RETCHMAIL_VER_STRING            "0.08" VER_STRING_EXTRA
00043 
00044 #define WVTFTP_VER                      0x00093000
00045 #define WVTFTP_VER_STRING               "0.9.3" VER_STRING_EXTRA
00046 
00047 #define WVPRINT_VER                     0x00000800
00048 #define WVPRINT_VER_STRING              "0.08" VER_STRING_EXTRA
00049 
00050 #define POLLY_VER                       0x00000000
00051 #define POLLY_VER_STRING                "0.00 (Danger!)" VER_STRING_EXTRA
00052 
00053 #define TWISTER_VER                     0x00000000
00054 #define TWISTER_VER_STRING              "0.00 (Deadly!)" VER_STRING_EXTRA
00055 
00056 #define WVSYSLOGD_VER                   0x00040000
00057 #define WVSYSLOGD_VER_STRING            "4.0.0" VER_STRING_EXTRA
00058 
00059 #define WVFILEMON_VER                   0x00000000
00060 #define WVFILEMON_VER_STRING            "0.00 (Deadly!)" VER_STRING_EXTRA
00061 
00062 #define FUNFS_VER                       0x00000000
00063 #define FUNFS_VER_STRING                "0.00 (Deadly!)" VER_STRING_EXTRA
00064 
00065 #define UNICUPSD_VER                    0x00000000
00066 #define UNICUPSD_VER_STRING             "0.00 (Deadly!)" VER_STRING_EXTRA
00067 
00068 #define SSOYAC_VER                      0x00001000
00069 #define SSOYAC_VER_STRING               "0.1.1 (Deadly!)" VER_STRING_EXTRA
00070 
00071 #define SSOYAD_VER                      0x00000000
00072 #define SSOYAD_VER_STRING               "0.1.1 (Deadly!)" VER_STRING_EXTRA
00073 
00074 #define EXPRLIC_VER                     0x00000000
00075 #define EXPRLIC_VER_STRING              "0.00 (Deadly!)" VER_STRING_EXTRA
00076 
00077 #define NSS_UNICONF_VER                 0x00009100
00078 #define NSS_UNICONF_VER_STRING          "0.9.1" VER_STRING_EXTRA
00079 
00080 #define PASSWD_UNICONF_VER              0x00001000
00081 #define PASSWD_UNICONF_VER_STRING       "0.1.0" VER_STRING_EXTRA
00082 
00083 #define WVMAPI_VER                      0x00001000
00084 #define WVMAPI_VER_STRING               "0.1.1"
00085 
00086 #define HIPAAMON_VER                    0x00000000
00087 #define HIPAAMON_VER_STRING             "0.00 (Deadly!)"
00088 
00089 #define UNITY_VER                       0x00001000
00090 #define UNITY_VER_STRING                "0.1"
00091 
00092 #endif // __WVVER_H

Generated on Mon Feb 5 10:54:30 2007 for WvStreams by  doxygen 1.5.1