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 #ifndef NO_AUTOCONF
00020 #include "wvautoconf.h"
00021 #endif
00022 
00023 #define WVDIAL_VER                      0x00015400
00024 #define WVDIAL_VER_STRING               "1.55"
00025 
00026 #define TUNNELV_VER                     0x00023000
00027 #define TUNNELV_VER_STRING              "2.30"
00028 
00029 #define RETCHMAIL_VER                   0x00000800
00030 #define RETCHMAIL_VER_STRING            "0.08"
00031 
00032 #define WVTFTP_VER                      0x00100000
00033 #define WVTFTP_VER_STRING               "1.0"
00034 
00035 #define WVPRINT_VER                     0x00000800
00036 #define WVPRINT_VER_STRING              "0.08"
00037 
00038 #define POLLY_VER                       0x00000000
00039 #define POLLY_VER_STRING                "0.00 (Danger!)"
00040 
00041 #define WVSYSLOGD_VER                   0x00040000
00042 #define WVSYSLOGD_VER_STRING            "4.0.0"
00043 
00044 #define FUNFS_VER                       0x00000000
00045 #define FUNFS_VER_STRING                "0.00 (Deadly!)"
00046 
00047 #define NSS_UNICONF_VER                 0x00009100
00048 #define NSS_UNICONF_VER_STRING          "0.9.1"
00049 
00050 #define WVMAPI_VER                      0x00001000
00051 #define WVMAPI_VER_STRING               "0.1.1"
00052 
00053 #define WVSTREAMS_VER                   0x00043000
00054 #define WVSTREAMS_VER_STRING            "4.3" 
00055 
00056 #define UNITY_VER                       0x00001000
00057 #define UNITY_VER_STRING                "0.1"
00058 
00059 #endif // __WVVER_H

Generated on Fri Oct 5 18:20:29 2007 for WvStreams by  doxygen 1.5.3