Mir
Macros
version.h File Reference
#include "mir_toolkit/mir_version_number.h"
Include dependency graph for version.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define MIRAL_MAJOR_VERSION   (3)
 MIRAL_MAJOR_VERSION. More...
 
#define MIRAL_MINOR_VERSION   (8)
 MIRAL_MINOR_VERSION. More...
 
#define MIRAL_MICRO_VERSION   (0)
 MIRAL_MICRO_VERSION. More...
 
#define MIRAL_VERSION
 MIRAL_VERSION. More...
 

Macro Definition Documentation

◆ MIRAL_MAJOR_VERSION

#define MIRAL_MAJOR_VERSION   (3)

MIRAL_MAJOR_VERSION.

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

See also: http://semver.org/

◆ MIRAL_MICRO_VERSION

#define MIRAL_MICRO_VERSION   (0)

MIRAL_MICRO_VERSION.

The micro miral 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/

◆ MIRAL_MINOR_VERSION

#define MIRAL_MINOR_VERSION   (8)

MIRAL_MINOR_VERSION.

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

See also: http://semver.org/

◆ MIRAL_VERSION

#define MIRAL_VERSION
Value:
#define MIR_VERSION_NUMBER(major, minor, micro)
MIR_VERSION_NUMBER.
Definition: mir_version_number.h:34
#define MIRAL_MAJOR_VERSION
MIRAL_MAJOR_VERSION.
Definition: version.h:34
#define MIRAL_MICRO_VERSION
MIRAL_MICRO_VERSION.
Definition: version.h:55
#define MIRAL_MINOR_VERSION
MIRAL_MINOR_VERSION.
Definition: version.h:44

MIRAL_VERSION.

The current version of the MirAL headers in use.


Copyright © 2012-2023 Canonical Ltd.
Generated on Tue 2 May 10:01:24 UTC 2023
This documentation is licensed under the GPL version 2 or 3.