summaryrefslogtreecommitdiff
path: root/utf8proc.c
diff options
context:
space:
mode:
authorGOTOH Shunsuke <antimon2.me@gmail.com>2019-05-11 10:12:45 +0900
committerSteven G. Johnson <stevenj@mit.edu>2019-05-10 21:12:45 -0400
commit7b28b9e60c1098ba532982db3621a17ef0a9b520 (patch)
tree66051deabd4e8e0584d5b503db56c2de1242dfee /utf8proc.c
parent5d902fa1aafef1e8da3f172bc7b1415af32c3c8b (diff)
downloadlibutf8proc-7b28b9e60c1098ba532982db3621a17ef0a9b520.tar.gz
libutf8proc-7b28b9e60c1098ba532982db3621a17ef0a9b520.tar.bz2
update for unicode 12.1 (#156)
Diffstat (limited to 'utf8proc.c')
-rw-r--r--utf8proc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utf8proc.c b/utf8proc.c
index 5de128a..297c1dc 100644
--- a/utf8proc.c
+++ b/utf8proc.c
@@ -101,7 +101,7 @@ UTF8PROC_DLLEXPORT const char *utf8proc_version(void) {
}
UTF8PROC_DLLEXPORT const char *utf8proc_unicode_version(void) {
- return "12.0.0";
+ return "12.1.0";
}
UTF8PROC_DLLEXPORT const char *utf8proc_errmsg(utf8proc_ssize_t errcode) {