manpagez: man pages & more
html files: graphene
Home | html | info | man

Versioning information

Versioning information — Detemining the version of Graphene in use

Types and Values

Includes

#include <graphene.h>

Description

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

Functions

Types and Values

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          (4)

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          (0)

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

Since: 1.0

© manpagez.com 2000-2024
Individual documents may contain additional copyright information.