Version information
[Defines]


Detailed Description

C-Pluff version information.

Notice that this version information is static version information included in header files. The macros introduced here can be used for compile time checks.


Defines

#define CP_VERSION
 The C-Pluff release version string.
#define CP_VERSION_MAJOR
 The major version number component of the release version.
#define CP_VERSION_MINOR
 The minor version number component of the release version.


Define Documentation

#define CP_VERSION

The C-Pluff release version string.

This string identifies a specific version of the C-Pluff distribution. Compile time software compatibility checks should use CP_VERSION_MAJOR and CP_VERSION_MINOR instead.

#define CP_VERSION_MAJOR

The major version number component of the release version.

This is an integer.

#define CP_VERSION_MINOR

The minor version number component of the release version.

This is an integer.


Generated on Fri Apr 6 15:40:55 2007 for C-Pluff C API by doxygen 1.5.1