Skip to content

Commit

Permalink
using simdjson 3.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vztpv committed Apr 6, 2024
1 parent 435ebb1 commit 50b711f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions _simdjson.h
Original file line number Diff line number Diff line change
Expand Up @@ -2346,7 +2346,7 @@ namespace std {
#define _SIMDJSON__SIMDJSON_VERSION_H

/** The version of _simdjson being used (major.minor.revision) */
#define _SIMDJSON_VERSION "3.9.0"
#define _SIMDJSON_VERSION "3.9.1"

namespace _simdjson {
enum {
Expand All @@ -2361,7 +2361,7 @@ enum {
/**
* The revision (major.minor.REVISION) of _simdjson being used.
*/
_SIMDJSON_VERSION_REVISION = 0
_SIMDJSON_VERSION_REVISION = 1
};
} // namespace _simdjson

Expand Down
2 changes: 1 addition & 1 deletion claujson.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

#include "claujson.h"

#include "_simdjson.h" // modified simdjson // using simdjson 3.9.0
#include "_simdjson.h" // modified simdjson // using simdjson 3.9.1

#include <future>

Expand Down
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include <string>
#include <ctime>

#include "claujson.h" // using simdjson 3.9.0
#include "claujson.h" // using simdjson 3.9.1

#include "_simdjson.h"

Expand Down

0 comments on commit 50b711f

Please sign in to comment.