From d688ac122660e465dc65c8eb7b1c2444fcd52829 Mon Sep 17 00:00:00 2001 From: "Steven G. Johnson" Date: Fri, 27 Apr 2018 09:58:34 -0400 Subject: version bump to 2.1.1 (#131) --- utf8proc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utf8proc.h') 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 -- cgit v1.2.3