From d75985cf09fd753047952beaafa691645c47724f Mon Sep 17 00:00:00 2001 From: "Steven G. Johnson" Date: Fri, 29 May 2015 23:07:29 -0400 Subject: bump API/ABI version to 1.3, add NEWS --- utf8proc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utf8proc.h') 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 /** @} */ -- cgit v1.2.3