Commit d67cb1f 1 parent 70b04b4 commit d67cb1f Copy full SHA for d67cb1f
File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 186
186
same "printed page" as the copyright notice for easier
187
187
identification within third-party archives.
188
188
189
- Copyright 2018-2023 The simdjson authors
189
+ Copyright 2018-2025 The simdjson authors
190
190
191
191
Licensed under the Apache License, Version 2.0 (the "License");
192
192
you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
- /* auto-generated on 2025-01-09 11:01:48 -0500. Do not edit! */
1
+ /* auto-generated on 2025-01-27 20:34:35 -0500. Do not edit! */
2
2
/* including simdjson.cpp: */
3
3
/* begin file simdjson.cpp */
4
4
#define SIMDJSON_SRC_SIMDJSON_CPP
Original file line number Diff line number Diff line change 1
- /* auto-generated on 2025-01-09 11:01:48 -0500. Do not edit! */
1
+ /* auto-generated on 2025-01-27 20:34:35 -0500. Do not edit! */
2
2
/* including simdjson.h: */
3
3
/* begin file simdjson.h */
4
4
#ifndef SIMDJSON_H
@@ -2437,7 +2437,7 @@ namespace std {
2437
2437
#define SIMDJSON_SIMDJSON_VERSION_H
2438
2438
2439
2439
/** The version of simdjson being used (major.minor.revision) */
2440
- #define SIMDJSON_VERSION "3.11.6 "
2440
+ #define SIMDJSON_VERSION "3.12.0 "
2441
2441
2442
2442
namespace simdjson {
2443
2443
enum {
@@ -2448,11 +2448,11 @@ enum {
2448
2448
/**
2449
2449
* The minor version (major.MINOR.revision) of simdjson being used.
2450
2450
*/
2451
- SIMDJSON_VERSION_MINOR = 11 ,
2451
+ SIMDJSON_VERSION_MINOR = 12 ,
2452
2452
/**
2453
2453
* The revision (major.minor.REVISION) of simdjson being used.
2454
2454
*/
2455
- SIMDJSON_VERSION_REVISION = 6
2455
+ SIMDJSON_VERSION_REVISION = 0
2456
2456
};
2457
2457
} // namespace simdjson
2458
2458
You can’t perform that action at this time.
0 commit comments