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 --- Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3