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_STRING "1.60" 00024 #define RETCHMAIL_VER_STRING "1.1" 00025 #define WVTFTP_VER_STRING "1.0" 00026 #define WVSTREAMS_VER_STRING "4.4.1" 00027 #define UNITY_VER_STRING "0.1" 00028 00029 #endif // __WVVER_H