Mir
Macros
version.h File Reference
#include "mir_toolkit/mir_version_number.h"
Include dependency graph for version.h:

Go to the source code of this file.

Macros

#define MIR_SERVER_MAJOR_VERSION   (0)
 MIR_SERVER_MAJOR_VERSION. More...
 
#define MIR_SERVER_MINOR_VERSION   (17)
 MIR_SERVER_MINOR_VERSION. More...
 
#define MIR_SERVER_MICRO_VERSION   (0)
 MIR_SERVER_MICRO_VERSION. More...
 
#define MIR_SERVER_VERSION
 MIR_SERVER_VERSION. More...
 

Macro Definition Documentation

#define MIR_SERVER_MAJOR_VERSION   (0)

MIR_SERVER_MAJOR_VERSION.

The major server API version. This will increase once per API incompatible release.

See also: http://semver.org/

#define MIR_SERVER_MICRO_VERSION   (0)

MIR_SERVER_MICRO_VERSION.

The micro server API version. This will increment each release. This is usually uninteresting for server code, but may be of use in selecting whether to use a feature that has previously been buggy.

This corresponds to the PATCH field of http://semver.org/

#define MIR_SERVER_MINOR_VERSION   (17)

MIR_SERVER_MINOR_VERSION.

The minor server API version. This will increase each time new backwards-compatible API is added, and will reset to 0 each time MIR_SERVER_MAJOR_VERSION is incremented.

See also: http://semver.org/

#define MIR_SERVER_VERSION
Value:
#define MIR_SERVER_MICRO_VERSION
MIR_SERVER_MICRO_VERSION.
Definition: version.h:55
#define MIR_VERSION_NUMBER(major, minor, micro)
MIR_VERSION_NUMBER.
Definition: mir_version_number.h:34
#define MIR_SERVER_MINOR_VERSION
MIR_SERVER_MINOR_VERSION.
Definition: version.h:44
#define MIR_SERVER_MAJOR_VERSION
MIR_SERVER_MAJOR_VERSION.
Definition: version.h:34

MIR_SERVER_VERSION.

The current version of the Mir server headers in use.


Copyright © 2012-2015 Canonical Ltd.
Generated on Thu Oct 8 16:20:16 UTC 2015