summaryrefslogtreecommitdiff
path: root/utf8proc.h
diff options
context:
space:
mode:
authorSteven G. Johnson <stevenj@alum.mit.edu>2018-05-02 08:23:40 -0400
committerSteven G. Johnson <stevenj@alum.mit.edu>2018-05-02 08:23:40 -0400
commit86394501342fc7174a069a2d52d53f31b7ee62da (patch)
tree761107b8fa830fa07accfd4cfe9618ef02aae92e /utf8proc.h
parentbdc8b9e4b2063e4b4563938d5077ee3b826cf342 (diff)
downloadlibutf8proc-86394501342fc7174a069a2d52d53f31b7ee62da.tar.gz
libutf8proc-86394501342fc7174a069a2d52d53f31b7ee62da.tar.bz2
NEWS for upcoming 2.2 release, version bump
Diffstat (limited to 'utf8proc.h')
-rw-r--r--utf8proc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/utf8proc.h b/utf8proc.h
index aa61658..20a35a4 100644
--- a/utf8proc.h
+++ b/utf8proc.h
@@ -71,9 +71,9 @@
/** The MAJOR version number (increased when backwards API compatibility is broken). */
#define UTF8PROC_VERSION_MAJOR 2
/** The MINOR version number (increased when new functionality is added in a backwards-compatible manner). */
-#define UTF8PROC_VERSION_MINOR 1
+#define UTF8PROC_VERSION_MINOR 2
/** The PATCH version (increased for fixes that do not change the API). */
-#define UTF8PROC_VERSION_PATCH 1
+#define UTF8PROC_VERSION_PATCH 0
/** @} */
#include <stdlib.h>