Tagging the version.

This commit is contained in:
Daniel Lemire
2021-05-27 16:21:00 -04:00
parent a0c020d46d
commit 45182ec11b
5 changed files with 10 additions and 9 deletions
+2 -2
View File
@@ -4,7 +4,7 @@
#define SIMDJSON_SIMDJSON_VERSION_H
/** The version of simdjson being used (major.minor.revision) */
#define SIMDJSON_VERSION 0.9.4
#define SIMDJSON_VERSION 0.9.5
namespace simdjson {
enum {
@@ -19,7 +19,7 @@ enum {
/**
* The revision (major.minor.REVISION) of simdjson being used.
*/
SIMDJSON_VERSION_REVISION = 4
SIMDJSON_VERSION_REVISION = 5
};
} // namespace simdjson