From 88374a416fcdf16660dc4187e73452c1245f1ca2 Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Fri, 17 Jul 2020 15:17:12 -0400 Subject: [PATCH] Preparing new patch release. (#1048) --- CMakeLists.txt | 4 ++-- Doxyfile | 2 +- include/simdjson/simdjson_version.h | 4 ++-- singleheader/amalgamate_demo.cpp | 2 +- singleheader/simdjson.cpp | 3 +-- singleheader/simdjson.h | 6 +++--- src/implementation.cpp | 1 - 7 files changed, 10 insertions(+), 12 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2d4841ac9..ddfa885b2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,8 +7,8 @@ project(simdjson set(PROJECT_VERSION_MAJOR 0) set(PROJECT_VERSION_MINOR 4) -set(PROJECT_VERSION_PATCH 6) -set(SIMDJSON_SEMANTIC_VERSION "0.4.6" CACHE STRING "simdjson semantic version") +set(PROJECT_VERSION_PATCH 7) +set(SIMDJSON_SEMANTIC_VERSION "0.4.7" CACHE STRING "simdjson semantic version") set(SIMDJSON_LIB_VERSION "2.0.0" CACHE STRING "simdjson library version") set(SIMDJSON_LIB_SOVERSION "2" CACHE STRING "simdjson library soversion") set(SIMDJSON_GITHUB_REPOSITORY https://github.com/simdjson/simdjson) diff --git a/Doxyfile b/Doxyfile index b6af5cd3d..75486fc3e 100644 --- a/Doxyfile +++ b/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = simdjson # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = "0.4.6" +PROJECT_NUMBER = "0.4.7" # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/include/simdjson/simdjson_version.h b/include/simdjson/simdjson_version.h index a2f5dc1f5..cad221bb5 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 0.4.6 +#define SIMDJSON_VERSION 0.4.7 namespace simdjson { enum { @@ -19,7 +19,7 @@ enum { /** * The revision (major.minor.REVISION) of simdjson being used. */ - SIMDJSON_VERSION_REVISION = 6 + SIMDJSON_VERSION_REVISION = 7 }; } // namespace simdjson diff --git a/singleheader/amalgamate_demo.cpp b/singleheader/amalgamate_demo.cpp index c4560272f..c23c88b32 100644 --- a/singleheader/amalgamate_demo.cpp +++ b/singleheader/amalgamate_demo.cpp @@ -1,4 +1,4 @@ -/* auto-generated on Wed Jul 1 14:00:57 EDT 2020. Do not edit! */ +/* auto-generated on Fri Jul 17 14:52:28 EDT 2020. Do not edit! */ #include #include "simdjson.h" diff --git a/singleheader/simdjson.cpp b/singleheader/simdjson.cpp index 7f9449b12..34c3bf1af 100644 --- a/singleheader/simdjson.cpp +++ b/singleheader/simdjson.cpp @@ -1,4 +1,4 @@ -/* auto-generated on Wed Jul 1 14:00:57 EDT 2020. Do not edit! */ +/* auto-generated on Fri Jul 17 14:52:28 EDT 2020. Do not edit! */ /* begin file src/simdjson.cpp */ #include "simdjson.h" @@ -520,7 +520,6 @@ private: const detect_best_supported_implementation_on_first_use detect_best_supported_implementation_on_first_use_singleton; -internal::atomic_ptr active_implementation{&internal::detect_best_supported_implementation_on_first_use_singleton}; const std::initializer_list available_implementation_pointers { #if SIMDJSON_IMPLEMENTATION_HASWELL diff --git a/singleheader/simdjson.h b/singleheader/simdjson.h index 7a7e64a4c..e0a3bdbdf 100644 --- a/singleheader/simdjson.h +++ b/singleheader/simdjson.h @@ -1,4 +1,4 @@ -/* auto-generated on Wed Jul 1 14:00:57 EDT 2020. Do not edit! */ +/* auto-generated on Fri Jul 17 14:52:28 EDT 2020. Do not edit! */ /* begin file include/simdjson.h */ #ifndef SIMDJSON_H #define SIMDJSON_H @@ -2040,7 +2040,7 @@ SIMDJSON_DISABLE_UNDESIRED_WARNINGS #define SIMDJSON_SIMDJSON_VERSION_H /** The version of simdjson being used (major.minor.revision) */ -#define SIMDJSON_VERSION 0.4.6 +#define SIMDJSON_VERSION 0.4.7 namespace simdjson { enum { @@ -2055,7 +2055,7 @@ enum { /** * The revision (major.minor.REVISION) of simdjson being used. */ - SIMDJSON_VERSION_REVISION = 6 + SIMDJSON_VERSION_REVISION = 7 }; } // namespace simdjson diff --git a/src/implementation.cpp b/src/implementation.cpp index 97369c2c9..0be85b737 100644 --- a/src/implementation.cpp +++ b/src/implementation.cpp @@ -58,7 +58,6 @@ private: const detect_best_supported_implementation_on_first_use detect_best_supported_implementation_on_first_use_singleton; -internal::atomic_ptr active_implementation{&internal::detect_best_supported_implementation_on_first_use_singleton}; const std::initializer_list available_implementation_pointers { #if SIMDJSON_IMPLEMENTATION_HASWELL