Mir
|
#include "mir_toolkit/mir_version_number.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 (11) |
MIR_SERVER_MINOR_VERSION. More... | |
#define | MIR_SERVER_MICRO_VERSION (0) |
MIR_SERVER_MICRO_VERSION. More... | |
#define | MIR_SERVER_VERSION |
MIR_SERVER_VERSION. More... | |
#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 (11) |
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 |
MIR_SERVER_VERSION.
The current version of the Mir server headers in use.
Copyright © 2012,2013 Canonical Ltd.
Generated on Tue Mar 24 16:15:19 UTC 2015