From 73be4f8ef576424684390d659269d57c02a0a6af Mon Sep 17 00:00:00 2001 From: "Node.js GitHub Bot" Date: Wed, 1 Mar 2023 22:01:23 +0100 Subject: [PATCH] deps: update simdutf to 3.2.2 PR-URL: https://github.com/nodejs/node/pull/46841 Reviewed-By: Yagiz Nizipli Reviewed-By: Luigi Pinca --- deps/simdutf/simdutf.cpp | 2 +- deps/simdutf/simdutf.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/deps/simdutf/simdutf.cpp b/deps/simdutf/simdutf.cpp index f7916d6814f08a..d3100c1561d350 100644 --- a/deps/simdutf/simdutf.cpp +++ b/deps/simdutf/simdutf.cpp @@ -1,4 +1,4 @@ -/* auto-generated on 2023-02-23 11:36:05 -0500. Do not edit! */ +/* auto-generated on 2023-02-24 17:01:43 -0500. Do not edit! */ // dofile: invoked with prepath=/Users/dlemire/CVS/github/simdutf/src, filename=simdutf.cpp /* begin file src/simdutf.cpp */ #include "simdutf.h" diff --git a/deps/simdutf/simdutf.h b/deps/simdutf/simdutf.h index 30600aaca49390..80189d316cba8c 100644 --- a/deps/simdutf/simdutf.h +++ b/deps/simdutf/simdutf.h @@ -1,4 +1,4 @@ -/* auto-generated on 2023-02-23 11:36:05 -0500. Do not edit! */ +/* auto-generated on 2023-02-24 17:01:43 -0500. Do not edit! */ // dofile: invoked with prepath=/Users/dlemire/CVS/github/simdutf/include, filename=simdutf.h /* begin file include/simdutf.h */ #ifndef SIMDUTF_H @@ -572,7 +572,7 @@ SIMDUTF_DISABLE_UNDESIRED_WARNINGS #define SIMDUTF_SIMDUTF_VERSION_H /** The version of simdutf being used (major.minor.revision) */ -#define SIMDUTF_VERSION "3.2.1" +#define SIMDUTF_VERSION "3.2.2" namespace simdutf { enum { @@ -587,7 +587,7 @@ enum { /** * The revision (major.minor.REVISION) of simdutf being used. */ - SIMDUTF_VERSION_REVISION = 1 + SIMDUTF_VERSION_REVISION = 2 }; } // namespace simdutf