andrei@versabanq.com: wvdbusd: handle *all* messages addressed to o.f.D.
[wvapps.git] / wvver.h
blob18ceba2b485de1a14e9eb0009a4ac8182ca0d86a
1 /*
2 * Worldvisions Weaver Software:
3 * Copyright (C) 1997-2004 Net Integration Technologies, Inc.
5 * Version numbers for the different parts of Weaver included here.
7 */
8 #ifndef __WVVER_H
9 #define __WVVER_H
11 // *_VER is a numerical version number for use ONLY in comparisons and
12 // internal data structures.
13 // *_VER_STRING is a string for use ONLY in display strings.
15 // Never mix and match them! WEAVER_VER_STRING may be any
16 // valid string, eg "4.5 beta 6"
17 //
19 #ifndef NO_AUTOCONF
20 #include "wvautoconf.h"
21 #endif
23 #define WVDIAL_VER_STRING "1.60"
24 #define RETCHMAIL_VER_STRING "1.1"
25 #define WVTFTP_VER_STRING "1.0"
26 #define WVSTREAMS_VER_STRING "4.4"
27 #define UNITY_VER_STRING "0.1"
29 #endif // __WVVER_H