From d688ac122660e465dc65c8eb7b1c2444fcd52829 Mon Sep 17 00:00:00 2001 From: "Steven G. Johnson" Date: Fri, 27 Apr 2018 09:58:34 -0400 Subject: version bump to 2.1.1 (#131) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 29aa99b..f8e5e8b 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ UCFLAGS = $(CFLAGS) $(PICFLAG) $(C99FLAG) $(WCFLAGS) -DUTF8PROC_EXPORTS # Be sure to also update these ABI versions in MANIFEST and CMakeLists.txt! MAJOR=2 MINOR=1 -PATCH=0 +PATCH=1 OS := $(shell uname) ifeq ($(OS),Darwin) # MacOS X -- cgit v1.2.3