Skip to content

Commit

Permalink
Update utf8proc to v2.8.0
Browse files Browse the repository at this point in the history
unicode 15 support
  • Loading branch information
koutcher committed Oct 30, 2022
1 parent c6339d4 commit b17a283
Show file tree
Hide file tree
Showing 3 changed files with 3,368 additions and 3,186 deletions.
2 changes: 1 addition & 1 deletion compat/utf8proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ UTF8PROC_DLLEXPORT const char *utf8proc_version(void) {
}

UTF8PROC_DLLEXPORT const char *utf8proc_unicode_version(void) {
return "14.0.0";
return "15.0.0";
}

UTF8PROC_DLLEXPORT const char *utf8proc_errmsg(utf8proc_ssize_t errcode) {
Expand Down
2 changes: 1 addition & 1 deletion compat/utf8proc.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
/** The MAJOR version number (increased when backwards API compatibility is broken). */
#define UTF8PROC_VERSION_MAJOR 2
/** The MINOR version number (increased when new functionality is added in a backwards-compatible manner). */
#define UTF8PROC_VERSION_MINOR 7
#define UTF8PROC_VERSION_MINOR 8
/** The PATCH version (increased for fixes that do not change the API). */
#define UTF8PROC_VERSION_PATCH 0
/** @} */
Expand Down
Loading

0 comments on commit b17a283

Please sign in to comment.