|
infix
A JIT-Powered FFI Library for C
|
Macros defining the semantic version of the infix library. More...
Macros | |
| #define | INFIX_MAJOR 0 |
| #define | INFIX_MINOR 1 |
| #define | INFIX_PATCH 1 |
Macros defining the semantic version of the infix library.
The versioning scheme follows Semantic Versioning 2.0.0 (SemVer).
| #define INFIX_MAJOR 0 |
The major version number. Changes with incompatible API updates.
| #define INFIX_MINOR 1 |
The minor version number. Changes with new, backward-compatible features.
| #define INFIX_PATCH 1 |
The patch version number. Changes with backward-compatible bug fixes.