Add a "googlecode:" moniker that imports bugs from Google Code. To use,
[wvapps.git] / wvver.h
blobc8a5a39f16cd4cc22fbb7d73c890175e3fa1d566
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 0x00015400
24 #define WVDIAL_VER_STRING "1.55"
26 #define TUNNELV_VER 0x00023000
27 #define TUNNELV_VER_STRING "2.30"
29 #define RETCHMAIL_VER 0x00000800
30 #define RETCHMAIL_VER_STRING "0.08"
32 #define WVTFTP_VER 0x00100000
33 #define WVTFTP_VER_STRING "1.0"
35 #define WVPRINT_VER 0x00000800
36 #define WVPRINT_VER_STRING "0.08"
38 #define POLLY_VER 0x00000000
39 #define POLLY_VER_STRING "0.00 (Danger!)"
41 #define WVSYSLOGD_VER 0x00040000
42 #define WVSYSLOGD_VER_STRING "4.0.0"
44 #define FUNFS_VER 0x00000000
45 #define FUNFS_VER_STRING "0.00 (Deadly!)"
47 #define NSS_UNICONF_VER 0x00009100
48 #define NSS_UNICONF_VER_STRING "0.9.1"
50 #define WVMAPI_VER 0x00001000
51 #define WVMAPI_VER_STRING "0.1.1"
53 #define WVSTREAMS_VER 0x00043000
54 #define WVSTREAMS_VER_STRING "4.3"
56 #define UNITY_VER 0x00001000
57 #define UNITY_VER_STRING "0.1"
59 #endif // __WVVER_H