infix
A JIT-Powered FFI Library for C
Loading...
Searching...
No Matches
Version Information

Macros defining the semantic version of the infix library. More...

Macros

#define INFIX_MAJOR   0
 
#define INFIX_MINOR   1
 
#define INFIX_PATCH   1
 

Detailed Description

Macros defining the semantic version of the infix library.

The versioning scheme follows Semantic Versioning 2.0.0 (SemVer).

Macro Definition Documentation

◆ INFIX_MAJOR

#define INFIX_MAJOR   0

The major version number. Changes with incompatible API updates.

◆ INFIX_MINOR

#define INFIX_MINOR   1

The minor version number. Changes with new, backward-compatible features.

◆ INFIX_PATCH

#define INFIX_PATCH   1

The patch version number. Changes with backward-compatible bug fixes.