Skip to content

Commit

Permalink
deps: update simdutf to 3.2.2
Browse files Browse the repository at this point in the history
PR-URL: #46841
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
nodejs-github-bot authored and danielleadams committed Apr 11, 2023
1 parent 11885a7 commit 73be4f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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"
Expand Down
6 changes: 3 additions & 3 deletions 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
Expand Down Expand Up @@ -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 {
Expand All @@ -587,7 +587,7 @@ enum {
/**
* The revision (major.minor.REVISION) of simdutf being used.
*/
SIMDUTF_VERSION_REVISION = 1
SIMDUTF_VERSION_REVISION = 2
};
} // namespace simdutf
Expand Down

0 comments on commit 73be4f8

Please sign in to comment.