Skip to content

Commit 73be4f8

Browse files
nodejs-github-botdanielleadams
authored andcommitted
deps: update simdutf to 3.2.2
PR-URL: #46841 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 11885a7 commit 73be4f8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

deps/simdutf/simdutf.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* auto-generated on 2023-02-23 11:36:05 -0500. Do not edit! */
1+
/* auto-generated on 2023-02-24 17:01:43 -0500. Do not edit! */
22
// dofile: invoked with prepath=/Users/dlemire/CVS/github/simdutf/src, filename=simdutf.cpp
33
/* begin file src/simdutf.cpp */
44
#include "simdutf.h"

deps/simdutf/simdutf.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* auto-generated on 2023-02-23 11:36:05 -0500. Do not edit! */
1+
/* auto-generated on 2023-02-24 17:01:43 -0500. Do not edit! */
22
// dofile: invoked with prepath=/Users/dlemire/CVS/github/simdutf/include, filename=simdutf.h
33
/* begin file include/simdutf.h */
44
#ifndef SIMDUTF_H
@@ -572,7 +572,7 @@ SIMDUTF_DISABLE_UNDESIRED_WARNINGS
572572
#define SIMDUTF_SIMDUTF_VERSION_H
573573
574574
/** The version of simdutf being used (major.minor.revision) */
575-
#define SIMDUTF_VERSION "3.2.1"
575+
#define SIMDUTF_VERSION "3.2.2"
576576
577577
namespace simdutf {
578578
enum {
@@ -587,7 +587,7 @@ enum {
587587
/**
588588
* The revision (major.minor.REVISION) of simdutf being used.
589589
*/
590-
SIMDUTF_VERSION_REVISION = 1
590+
SIMDUTF_VERSION_REVISION = 2
591591
};
592592
} // namespace simdutf
593593

0 commit comments

Comments
 (0)