summaryrefslogtreecommitdiff
path: root/utf8proc.h
diff options
context:
space:
mode:
authorSteven G. Johnson <stevenj@alum.mit.edu>2015-11-01 08:36:04 -0500
committerSteven G. Johnson <stevenj@alum.mit.edu>2015-11-01 08:36:04 -0500
commit6d4d7a9acf7187f272a2b246a45c68b153faf0be (patch)
tree51b123e0695a9e02d875ba342d632e8ab68875f3 /utf8proc.h
parentfd20b184dda286c8e6e375833918f288a598b21e (diff)
downloadlibutf8proc-6d4d7a9acf7187f272a2b246a45c68b153faf0be.tar.gz
libutf8proc-6d4d7a9acf7187f272a2b246a45c68b153faf0be.tar.bz2
update Unicode version in header-file comment
Diffstat (limited to 'utf8proc.h')
-rw-r--r--utf8proc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/utf8proc.h b/utf8proc.h
index 6c4e601..32887e7 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
- * 7.0.0. See the utf8proc home page (http://julialang.org/utf8proc/)
+ * 8.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).
*