File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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! */
2
2
// dofile: invoked with prepath=/Users/dlemire/CVS/github/simdutf/src, filename=simdutf.cpp
3
3
/* begin file src/simdutf.cpp */
4
4
#include "simdutf.h"
Original file line number Diff line number Diff line change 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! */
2
2
// dofile: invoked with prepath=/Users/dlemire/CVS/github/simdutf/include, filename=simdutf.h
3
3
/* begin file include/simdutf.h */
4
4
#ifndef SIMDUTF_H
@@ -572,7 +572,7 @@ SIMDUTF_DISABLE_UNDESIRED_WARNINGS
572
572
#define SIMDUTF_SIMDUTF_VERSION_H
573
573
574
574
/** The version of simdutf being used (major.minor.revision) */
575
- #define SIMDUTF_VERSION " 3.2.1 "
575
+ #define SIMDUTF_VERSION " 3.2.2 "
576
576
577
577
namespace simdutf {
578
578
enum {
@@ -587,7 +587,7 @@ enum {
587
587
/**
588
588
* The revision (major.minor.REVISION) of simdutf being used.
589
589
*/
590
- SIMDUTF_VERSION_REVISION = 1
590
+ SIMDUTF_VERSION_REVISION = 2
591
591
};
592
592
} // namespace simdutf
593
593
You can’t perform that action at this time.
0 commit comments