Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
graphene-version.h File Reference

Go to the source code of this file.

Macros

#define GRAPHENE_MAJOR_VERSION   (1)
 
#define GRAPHENE_MINOR_VERSION   (10)
 
#define GRAPHENE_MICRO_VERSION   (8)
 

Macro Definition Documentation

◆ GRAPHENE_MAJOR_VERSION

#define GRAPHENE_MAJOR_VERSION   (1)

SECTION:graphene-version @title: Versioning information @short_description: Detemining the version of Graphene in use

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

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

Since: 1.0

Definition at line 49 of file graphene-version.h.

◆ GRAPHENE_MICRO_VERSION

#define GRAPHENE_MICRO_VERSION   (8)

GRAPHENE_MICRO_VERSION:

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

Since: 1.0

Definition at line 69 of file graphene-version.h.

◆ GRAPHENE_MINOR_VERSION

#define GRAPHENE_MINOR_VERSION   (10)

GRAPHENE_MINOR_VERSION:

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

Since: 1.0

Definition at line 59 of file graphene-version.h.