From 8e3174f334c9ff322e0e155285f87e04cb536ed0 Mon Sep 17 00:00:00 2001 From: Tony Kelman Date: Wed, 27 Jul 2016 04:58:49 -0700 Subject: NEWS and version numbers for 2.0.2 (#81) * Add NEWS.md items for #79 and #80 * Prepare version numbers for 2.0.2 * Also update API version to 2.0.2 --- utf8proc.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'utf8proc.h') diff --git a/utf8proc.h b/utf8proc.h index 42ab25d..82c0902 100644 --- a/utf8proc.h +++ b/utf8proc.h @@ -22,7 +22,7 @@ */ -/** +/** * @mainpage * * utf8proc is a free/open-source (MIT/expat licensed) C library @@ -54,7 +54,7 @@ #define UTF8PROC_H /** @name API version - * + * * The utf8proc API version MAJOR.MINOR.PATCH, following * semantic-versioning rules (http://semver.org) based on API * compatibility. @@ -63,7 +63,8 @@ * runtime version may append a string like "-dev" to the version number * for prerelease versions. * - * @note The shared-library version number in the Makefile may be different, + * @note The shared-library version number in the Makefile + * (and CMakeLists.txt, and MANIFEST) may be different, * being based on ABI compatibility rather than API compatibility. */ /** @{ */ @@ -72,7 +73,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 1 +#define UTF8PROC_VERSION_PATCH 2 /** @} */ #include -- cgit v1.2.3