From 7500d7bb4fa7323e6776ed47ca7e5e9b0084d2fc Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Wed, 25 Jan 2023 22:19:40 -0500 Subject: [PATCH] Patching. --- include/simdjson/simdjson_version.h | 2 +- singleheader/simdjson.cpp | 2 +- singleheader/simdjson.h | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/include/simdjson/simdjson_version.h b/include/simdjson/simdjson_version.h index 6bd9e8a89..92e763782 100644 --- a/include/simdjson/simdjson_version.h +++ b/include/simdjson/simdjson_version.h @@ -4,7 +4,7 @@ #define SIMDJSON_SIMDJSON_VERSION_H /** The version of simdjson being used (major.minor.revision) */ -#define SIMDJSON_VERSION 3.1.0 +#define SIMDJSON_VERSION "3.1.0" namespace simdjson { enum { diff --git a/singleheader/simdjson.cpp b/singleheader/simdjson.cpp index 339b577a3..74179d9fb 100644 --- a/singleheader/simdjson.cpp +++ b/singleheader/simdjson.cpp @@ -1,4 +1,4 @@ -/* auto-generated on 2023-01-21 15:29:08 -0500. Do not edit! */ +/* auto-generated on 2023-01-21 18:07:06 -0500. Do not edit! */ /* begin file src/simdjson.cpp */ #include "simdjson.h" diff --git a/singleheader/simdjson.h b/singleheader/simdjson.h index 48a8243a8..01e4da6d9 100644 --- a/singleheader/simdjson.h +++ b/singleheader/simdjson.h @@ -1,4 +1,4 @@ -/* auto-generated on 2023-01-21 15:29:08 -0500. Do not edit! */ +/* auto-generated on 2023-01-21 18:07:06 -0500. Do not edit! */ /* begin file include/simdjson.h */ #ifndef SIMDJSON_H #define SIMDJSON_H @@ -43,7 +43,7 @@ #define SIMDJSON_SIMDJSON_VERSION_H /** The version of simdjson being used (major.minor.revision) */ -#define SIMDJSON_VERSION 3.1.0 +#define SIMDJSON_VERSION "3.1.0" namespace simdjson { enum {