~ubuntu-branches/ubuntu/quantal/wvdial/quantal

« back to all changes in this revision

Viewing changes to wvver.h

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2004-10-06 11:05:06 UTC
  • mfrom: (0.1.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20041006110506-138x19fe4q0iu46e
Tags: 1.54.0-1ubuntu1
postinst: Disable command-line configuration to not disturb installation;
the script just exits early, so the postinst code is not completely lost
(Warty bug #2069)

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 * Version numbers for the different parts of Weaver included here.
6
6
 *
7
7
 */
8
 
 
9
8
#ifndef __WVVER_H
10
9
#define __WVVER_H
11
10
 
17
16
//  valid string, eg "4.5 beta 6"
18
17
//
19
18
 
20
 
#define WEAVER_VER              0x000369f0
21
 
#define WEAVER_VER_STRING       "3.70pre0 (dev)"
22
 
 
23
 
#define WVSTREAMS_VER           0x00037000
24
 
#define WVSTREAMS_VER_STRING    "3.70"
25
 
 
26
 
#define WVDIAL_VER              0x00015300
27
 
#define WVDIAL_VER_STRING       "1.53"
 
19
#define WEAVER_VER              0x00037408
 
20
#define WEAVER_VER_STRING       "3.74 #8"
 
21
 
 
22
#define WVSTREAMS_VER           0x00037400
 
23
#define WVSTREAMS_VER_STRING    "3.74.0"
 
24
 
 
25
#define WVDIAL_VER              0x00015400
 
26
#define WVDIAL_VER_STRING       "1.54.0"
28
27
 
29
28
#define FASTFORWARD_VER         0x00010100
30
29
#define FASTFORWARD_VER_STRING  "1.01"
32
31
#define TUNNELV_VER             0x00023000
33
32
#define TUNNELV_VER_STRING      "2.30"
34
33
 
35
 
#define WVTAPE_VER              0x00010300
36
 
#define WVTAPE_VER_STRING       "1.03"
 
34
#define WVTAPE_VER              0x00011200
 
35
#define WVTAPE_VER_STRING       "1.12"
37
36
 
38
 
#define RETCHMAIL_VER           0x00000300
39
 
#define RETCHMAIL_VER_STRING    "0.03"
 
37
#define RETCHMAIL_VER           0x00000400
 
38
#define RETCHMAIL_VER_STRING    "0.04"
40
39
 
41
40
#define WVTFTP_VER              0x00000200
42
 
#define WVTFTP_VER_STRING       "0.02"
 
41
#define WVTFTP_VER_STRING       "0.03"
43
42
 
44
43
#define WVPRINT_VER             0x00000100
45
 
#define WVPRINT_VER_STRING      "0.01"
 
44
#define WVPRINT_VER_STRING      "0.02"
 
45
 
 
46
#define POLLY_VER               0x00000000
 
47
#define POLLY_VER_STRING        "0.01"
 
48
 
 
49
#define WVSYSLOGD_VER           0x00000000
 
50
#define WVSYSLOGD_VER_STRING    "0.00 (Deadly!)"
46
51
 
47
52
#endif // __WVVER_H