3 #ifndef SIMDJSON_SIMDJSON_VERSION_H
4 #define SIMDJSON_SIMDJSON_VERSION_H
7 #define SIMDJSON_VERSION "3.11.0"
The top level simdjson namespace, containing everything the library provides.
@ SIMDJSON_VERSION_REVISION
The revision (major.minor.REVISION) of simdjson being used.
@ SIMDJSON_VERSION_MINOR
The minor version (major.MINOR.revision) of simdjson being used.
@ SIMDJSON_VERSION_MAJOR
The major version (MAJOR.minor.revision) of simdjson being used.