summaryrefslogtreecommitdiff
path: root/Makefile
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 /Makefile
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 'Makefile')
-rw-r--r--Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index cf4970d..2bde4b1 100644
--- a/Makefile
+++ b/Makefile
@@ -17,11 +17,12 @@ UCFLAGS = $(CFLAGS) $(PICFLAG) $(C99FLAG) $(WCFLAGS) -DUTF8PROC_EXPORTS
# shared-library version MAJOR.MINOR.PATCH ... this may be *different*
# from the utf8proc version number because it indicates ABI compatibility,
# not API compatibility: MAJOR should be incremented whenever *binary*
-# compatibility is broken, even if the API is backward-compatible
-# Be sure to also update these in MANIFEST and CMakeLists.txt!
+# compatibility is broken, even if the API is backward-compatible.
+# The API version number is defined in utf8proc.h.
+# Be sure to also update these ABI versions in MANIFEST and CMakeLists.txt!
MAJOR=2
MINOR=0
-PATCH=1
+PATCH=2
OS := $(shell uname)
ifeq ($(OS),Darwin) # MacOS X