diff options
author | robot-contrib <[email protected]> | 2022-12-02 14:26:14 +0300 |
---|---|---|
committer | robot-contrib <[email protected]> | 2022-12-02 14:26:14 +0300 |
commit | 22553d492d16c71d7b3589395343f975452644f7 (patch) | |
tree | b20bc9a4647acc5cd1e53c42f0d0434d15aba61c /contrib/libs/utf8proc/utf8proc.h | |
parent | 4cfba536de50c1bdd5e60bdb52bfe2f70b1609f5 (diff) |
Update contrib/libs/utf8proc to 2.8.0
Diffstat (limited to 'contrib/libs/utf8proc/utf8proc.h')
-rw-r--r-- | contrib/libs/utf8proc/utf8proc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libs/utf8proc/utf8proc.h b/contrib/libs/utf8proc/utf8proc.h index 90f3ac47702..bfe58999c7e 100644 --- a/contrib/libs/utf8proc/utf8proc.h +++ b/contrib/libs/utf8proc/utf8proc.h @@ -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 /** @} */ |