summaryrefslogtreecommitdiff
path: root/utf8proc.h
diff options
context:
space:
mode:
authorTony Kelman <tony@kelman.net>2016-07-27 04:58:49 -0700
committerSteven G. Johnson <stevenj@mit.edu>2016-07-27 07:58:49 -0400
commit8e3174f334c9ff322e0e155285f87e04cb536ed0 (patch)
tree2f28b91fae2b15c9dfa35c43ddb0a01e6e8ef795 /utf8proc.h
parent0bf1973a0f842c5847f7936f3512e19f3ede33e9 (diff)
downloadlibutf8proc-8e3174f334c9ff322e0e155285f87e04cb536ed0.tar.gz
libutf8proc-8e3174f334c9ff322e0e155285f87e04cb536ed0.tar.bz2
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
Diffstat (limited to 'utf8proc.h')
-rw-r--r--utf8proc.h9
1 files changed, 5 insertions, 4 deletions
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 <stdlib.h>