NEWS for upcoming 2.2 release, version bump

This commit is contained in:
Steven G. Johnson
2018-05-02 08:23:40 -04:00
parent bdc8b9e4b2
commit 8639450134
5 changed files with 27 additions and 9 deletions

View File

@@ -20,8 +20,8 @@ UCFLAGS = $(CFLAGS) $(PICFLAG) $(C99FLAG) $(WCFLAGS) -DUTF8PROC_EXPORTS $(UTF8PR
# 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=1
PATCH=1
MINOR=2
PATCH=0
OS := $(shell uname)
ifeq ($(OS),Darwin) # MacOS X