Versioning information

Versioning information — Detemining the version of Graphene in use

Functions

Description

Graphene provides symbols to know the version of the library at compile time.

Functions

GRAPHENE_MAJOR_VERSION

#define GRAPHENE_MAJOR_VERSION          (1)

Evaluates to the major version number of the library version, e.g. 1 in 1.2.3.

Since: 1.0


GRAPHENE_MINOR_VERSION

#define GRAPHENE_MINOR_VERSION          (2)

Evaluates to the minor version number of the library version, e.g. 2 in 1.2.3.

Since: 1.0


GRAPHENE_MICRO_VERSION

#define GRAPHENE_MICRO_VERSION          (10)

Evaluates to the micro version number of the library version, e.g. 3 in 1.2.3.

Since: 1.0

Types and Values