diff --git a/CMakeLists.txt b/CMakeLists.txt index c6b49166..4bacf0de 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 2) -set(SIMDJSON_LIB_VERSION "0.4.2" CACHE STRING "simdjson library version") +set(PROJECT_VERSION_PATCH 3) +set(SIMDJSON_LIB_VERSION "0.4.3" 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 0c769525..85aaba01 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.2" +PROJECT_NUMBER = "0.4.3" # 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 b7667054..c535ed82 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.2 +#define SIMDJSON_VERSION 0.4.3 namespace simdjson { enum { @@ -19,7 +19,7 @@ enum { /** * The revision (major.minor.REVISION) of simdjson being used. */ - SIMDJSON_VERSION_REVISION = 2 + SIMDJSON_VERSION_REVISION = 3 }; } // namespace simdjson diff --git a/singleheader/amalgamate_demo.cpp b/singleheader/amalgamate_demo.cpp index db2fb214..0ad6d090 100644 --- a/singleheader/amalgamate_demo.cpp +++ b/singleheader/amalgamate_demo.cpp @@ -1,4 +1,4 @@ -/* auto-generated on Sun 28 Jun 2020 20:08:45 EDT. Do not edit! */ +/* auto-generated on Mon Jun 29 21:11:53 EDT 2020. Do not edit! */ #include #include "simdjson.h" diff --git a/singleheader/simdjson.cpp b/singleheader/simdjson.cpp index 6790c1be..e42aff28 100644 --- a/singleheader/simdjson.cpp +++ b/singleheader/simdjson.cpp @@ -1,4 +1,4 @@ -/* auto-generated on Sun 28 Jun 2020 20:08:45 EDT. Do not edit! */ +/* auto-generated on Mon Jun 29 21:11:53 EDT 2020. Do not edit! */ /* begin file src/simdjson.cpp */ #include "simdjson.h" diff --git a/singleheader/simdjson.h b/singleheader/simdjson.h index b8efb84a..68a6bc04 100644 --- a/singleheader/simdjson.h +++ b/singleheader/simdjson.h @@ -1,4 +1,4 @@ -/* auto-generated on Sun 28 Jun 2020 20:08:45 EDT. Do not edit! */ +/* auto-generated on Mon Jun 29 21:11:53 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.2 +#define SIMDJSON_VERSION 0.4.3 namespace simdjson { enum { @@ -2055,7 +2055,7 @@ enum { /** * The revision (major.minor.REVISION) of simdjson being used. */ - SIMDJSON_VERSION_REVISION = 2 + SIMDJSON_VERSION_REVISION = 3 }; } // namespace simdjson