mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
14 lines
388 B
C++
14 lines
388 B
C++
// /include/simdjson/simdjson_version.h automatically generated by release.py,
|
|
// do not change by hand
|
|
#ifndef SIMDJSON_INCLUDE_SIMDJSON_VERSION
|
|
#define SIMDJSON_INCLUDE_SIMDJSON_VERSION
|
|
#define SIMDJSON_VERSION 0.2.1
|
|
namespace simdjson {
|
|
enum {
|
|
SIMDJSON_VERSION_MAJOR = 0,
|
|
SIMDJSON_VERSION_MINOR = 2,
|
|
SIMDJSON_VERSION_REVISION = 1
|
|
};
|
|
}
|
|
#endif // SIMDJSON_INCLUDE_SIMDJSON_VERSION
|