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

« back to all changes in this revision

Viewing changes to wvver.h

  • Committer: Bazaar Package Importer
  • Author(s): Thierry Randrianiriana
  • Date: 2011-01-09 18:59:33 UTC
  • mfrom: (3.3.1 experimental) (3.2.3 sid)
  • Revision ID: james.westby@ubuntu.com-20110109185933-kxifjmo0g6dggf42
Tags: 1.61-2
* New upstream release in unstable:
  + FAQ URL updated (LP: #415524).
* Updated manpage pon.wvdial.1
* Prevent ftbfs with binutils-gold and gcc 4.5 (Closes: #608018, #609573).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
 * Worldvisions Weaver Software:
3
 
 *   Copyright (C) 1997-2004 Net Integration Technologies, Inc.
4
 
 *
5
 
 * Version numbers for the different parts of Weaver included here.
6
 
 *
7
 
 */
8
 
#ifndef __WVVER_H
9
 
#define __WVVER_H
10
 
 
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.
14
 
//
15
 
// Never mix and match them!  WEAVER_VER_STRING may be any
16
 
//  valid string, eg "4.5 beta 6" 
17
 
// 
18
 
 
19
 
#ifndef NO_AUTOCONF
20
 
#include "wvautoconf.h"
21
 
#endif
22
 
 
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"
28
 
 
29
 
#endif // __WVVER_H