summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baker <me@christopherbaker.net>2017-06-08 11:29:54 -0500
committerAlex Arslan <ararslan@comcast.net>2017-06-08 09:29:54 -0700
commit2a2f97e1938bcae283c319e870f40b7ea67befc8 (patch)
tree0a9af7bf74607cd4df4eb622ef0f1ebf4a44ec2c
parent95fc75b83956760a11992a87aab9c487fcbee12a (diff)
downloadlibutf8proc-2a2f97e1938bcae283c319e870f40b7ea67befc8.tar.gz
libutf8proc-2a2f97e1938bcae283c319e870f40b7ea67befc8.tar.bz2
Update documentation to reflect Unicode 9.0.0. (#107)
This makes the inline documentation match the README.
-rw-r--r--utf8proc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/utf8proc.h b/utf8proc.h
index 495cd96..64155a1 100644
--- a/utf8proc.h
+++ b/utf8proc.h
@@ -28,7 +28,7 @@
* utf8proc is a free/open-source (MIT/expat licensed) C library
* providing Unicode normalization, case-folding, and other operations
* for strings in the UTF-8 encoding, supporting Unicode version
- * 8.0.0. See the utf8proc home page (http://julialang.org/utf8proc/)
+ * 9.0.0. See the utf8proc home page (http://julialang.org/utf8proc/)
* for downloads and other information, or the source code on github
* (https://github.com/JuliaLang/utf8proc).
*