summaryrefslogtreecommitdiff
path: root/utf8proc.h
diff options
context:
space:
mode:
authorSteven G. Johnson <stevenj@mit.edu>2018-04-27 09:58:34 -0400
committerGitHub <noreply@github.com>2018-04-27 09:58:34 -0400
commitd688ac122660e465dc65c8eb7b1c2444fcd52829 (patch)
tree29a49187329821732dfddffe67f835c1e99a9fd2 /utf8proc.h
parent3e6230d9bf309f9628b718bce9f34c69c78ec5c4 (diff)
downloadlibutf8proc-d688ac122660e465dc65c8eb7b1c2444fcd52829.tar.gz
libutf8proc-d688ac122660e465dc65c8eb7b1c2444fcd52829.tar.bz2
version bump to 2.1.1 (#131)v2.1.1
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 64155a1..7b3e6fd 100644
--- a/utf8proc.h
+++ b/utf8proc.h
@@ -73,7 +73,7 @@
/** The MINOR version number (increased when new functionality is added in a backwards-compatible manner). */
#define UTF8PROC_VERSION_MINOR 1
/** The PATCH version (increased for fixes that do not change the API). */
-#define UTF8PROC_VERSION_PATCH 0
+#define UTF8PROC_VERSION_PATCH 1
/** @} */
#include <stdlib.h>