summaryrefslogtreecommitdiff
path: root/utf8proc.h
diff options
context:
space:
mode:
authorSteven G. Johnson <stevenj@mit.edu>2016-07-13 12:39:05 -0400
committerSteven G. Johnson <stevenj@mit.edu>2016-07-13 12:39:05 -0400
commitf0bf10656966de38e05a4a7dfc61d2880db48b37 (patch)
treededd402b79516337762d87fd9ae6d093dd36b86b /utf8proc.h
parent289ce5e041b6f281e3a3e990da5fd2ee4f09160d (diff)
downloadlibutf8proc-f0bf10656966de38e05a4a7dfc61d2880db48b37.tar.gz
libutf8proc-f0bf10656966de38e05a4a7dfc61d2880db48b37.tar.bz2
NEWS and version bump for 2.0.1 release, to come out shortly
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 af4c81d..42ab25d 100644
--- a/utf8proc.h
+++ b/utf8proc.h
@@ -72,7 +72,7 @@
/** The MINOR version number (increased when new functionality is added in a backwards-compatible manner). */
#define UTF8PROC_VERSION_MINOR 0
/** 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>