~vanhoof/+junk/znc

« back to all changes in this revision

Viewing changes to main.h

  • Committer: Bazaar Package Importer
  • Author(s): Patrick Matthäi
  • Date: 2009-09-25 08:07:42 UTC
  • mfrom: (1.3.1 upstream) (10.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090925080742-vvh22yi4969453r7
Tags: 0.076-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 
12
12
// The following defines are for #if comparison (preprocessor only likes ints)
13
13
#define VERSION_MAJOR   0
14
 
#define VERSION_MINOR   74
 
14
#define VERSION_MINOR   76
15
15
// This one is for display purpose
16
16
#define VERSION         (VERSION_MAJOR + VERSION_MINOR / 1000.0)
17
17