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 #define WVSTREAMS_VER 0x00040002 00020 #define WVSTREAMS_VER_STRING "4.0.2" 00021 00022 #endif // __WVVER_H