summaryrefslogtreecommitdiff
path: root/utf8proc.h
diff options
context:
space:
mode:
authorSteven G. Johnson <stevenj@mit.edu>2015-05-29 23:07:29 -0400
committerSteven G. Johnson <stevenj@mit.edu>2015-05-29 23:07:29 -0400
commitd75985cf09fd753047952beaafa691645c47724f (patch)
tree2258757addc8b85461ada6e42b0c255ac8f51b76 /utf8proc.h
parent59b69142ea2ab2cca250a3c92a887ee5e2531680 (diff)
downloadlibutf8proc-d75985cf09fd753047952beaafa691645c47724f.tar.gz
libutf8proc-d75985cf09fd753047952beaafa691645c47724f.tar.bz2
bump API/ABI version to 1.3, add NEWS
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 59f2425..00f10c8 100644
--- a/utf8proc.h
+++ b/utf8proc.h
@@ -69,7 +69,7 @@
/** The MAJOR version number (increased when backwards API compatibility is broken). */
#define UTF8PROC_VERSION_MAJOR 1
/** The MINOR version number (increased when new functionality is added in a backwards-compatible manner). */
-#define UTF8PROC_VERSION_MINOR 2
+#define UTF8PROC_VERSION_MINOR 3
/** The PATCH version (increased for fixes that do not change the API). */
#define UTF8PROC_VERSION_PATCH 0
/** @} */