From 44b1784de7308929856057bf2f444ae785d7212b Mon Sep 17 00:00:00 2001 From: Peter Colberg Date: Sat, 31 Oct 2015 20:51:26 -0400 Subject: Increment patch version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ffb1cba..be50a85 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ UCFLAGS = $(CFLAGS) $(PICFLAG) $(C99FLAG) $(WCFLAGS) -DUTF8PROC_EXPORTS # Be sure to also update these in MANIFEST and CMakeLists.txt! MAJOR=1 MINOR=3 -PATCH=0 +PATCH=1 OS := $(shell uname) ifeq ($(OS),Darwin) # MacOS X -- cgit v1.2.3