ZNC  trunk
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Macros | Variables
version.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define VERSION_MAJOR   1
 
#define VERSION_MINOR   5
 
#define VERSION   (VERSION_MAJOR + VERSION_MINOR / 10.0)
 

Variables

const char * ZNC_VERSION_EXTRA
 

Macro Definition Documentation

#define VERSION   (VERSION_MAJOR + VERSION_MINOR / 10.0)
#define VERSION_MAJOR   1

Referenced by GetVersionMajor().

#define VERSION_MINOR   5

Referenced by GetVersionMinor().

Variable Documentation

const char* ZNC_VERSION_EXTRA

Referenced by GetVersionExtra().