File tree 5 files changed +147
-68
lines changed
5 files changed +147
-68
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ set(THREADS_PREFER_PTHREAD_FLAG ON)
27
27
set (SIMDJSON_LIB_NAME simdjson)
28
28
set (PROJECT_VERSION_MAJOR 0)
29
29
set (PROJECT_VERSION_MINOR 3)
30
- set (PROJECT_VERSION_PATCH 0 )
31
- set (SIMDJSON_LIB_VERSION "0.3.0 " CACHE STRING "simdjson library version" )
30
+ set (PROJECT_VERSION_PATCH 1 )
31
+ set (SIMDJSON_LIB_VERSION "0.3.1 " CACHE STRING "simdjson library version" )
32
32
set (SIMDJSON_LIB_SOVERSION "1" CACHE STRING "simdjson library soversion" )
33
33
34
34
option (SIMDJSON_IMPLEMENTATION_HASWELL "Include the haswell implementation" ON )
Original file line number Diff line number Diff line change 4
4
#define SIMDJSON_SIMDJSON_VERSION_H
5
5
6
6
/* * The version of simdjson being used (major.minor.revision) */
7
- #define SIMDJSON_VERSION 0.3.0
7
+ #define SIMDJSON_VERSION 0.3.1
8
8
9
9
namespace simdjson {
10
10
enum {
19
19
/* *
20
20
* The revision (major.minor.REVISION) of simdjson being used.
21
21
*/
22
- SIMDJSON_VERSION_REVISION = 0
22
+ SIMDJSON_VERSION_REVISION = 1
23
23
};
24
24
} // namespace simdjson
25
25
Original file line number Diff line number Diff line change 1
- /* auto-generated on Tue 31 Mar 2020 17:00:28 EDT. Do not edit! */
1
+ /* auto-generated on Thu 2 Apr 2020 18:58:25 EDT. Do not edit! */
2
2
3
3
#include < iostream>
4
4
#include " simdjson.h"
Original file line number Diff line number Diff line change 1
- /* auto-generated on Tue 31 Mar 2020 17:00:28 EDT. Do not edit! */
1
+ /* auto-generated on Thu 2 Apr 2020 18:58:25 EDT. Do not edit! */
2
2
#include "simdjson.h"
3
3
4
4
/* used for http://dmalloc.com/ Dmalloc - Debug Malloc Library */
You can’t perform that action at this time.
0 commit comments