simdjson: include/simdjson/simdjson_version.h Source File

1// /include/simdjson/simdjson_version.h automatically generated by release.py,

2// do not change by hand

3#ifndef SIMDJSON_SIMDJSON_VERSION_H

4#define SIMDJSON_SIMDJSON_VERSION_H

5

7#define SIMDJSON_VERSION "4.3.1"

8

10enum {

24} // namespace simdjson

25

26#endif // SIMDJSON_SIMDJSON_VERSION_H

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.