ZNC
trunk
Main Page
Related Pages
Classes
Files
File List
File Members
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
include
znc
version.h
Go to the documentation of this file.
1
#ifndef _VERSION_H
2
#define _VERSION_H
3
4
// The following defines are for #if comparison (preprocessor only likes ints)
5
#define VERSION_MAJOR 1
6
#define VERSION_MINOR 5
7
// This one is for display purpose
8
#define VERSION (VERSION_MAJOR + VERSION_MINOR / 10.0)
9
10
// You can add -DVERSION_EXTRA="stuff" to your CXXFLAGS!
11
extern
const
char
*
ZNC_VERSION_EXTRA
;
12
13
#endif
ZNC_VERSION_EXTRA
const char * ZNC_VERSION_EXTRA
Generated on Sun Apr 20 2014 00:20:10 for ZNC by
1.8.5