summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSteven G. Johnson <stevenj@mit.edu>2016-07-13 12:39:05 -0400
committerSteven G. Johnson <stevenj@mit.edu>2016-07-13 12:39:05 -0400
commitf0bf10656966de38e05a4a7dfc61d2880db48b37 (patch)
treededd402b79516337762d87fd9ae6d093dd36b86b /Makefile
parent289ce5e041b6f281e3a3e990da5fd2ee4f09160d (diff)
downloadlibutf8proc-f0bf10656966de38e05a4a7dfc61d2880db48b37.tar.gz
libutf8proc-f0bf10656966de38e05a4a7dfc61d2880db48b37.tar.bz2
NEWS and version bump for 2.0.1 release, to come out shortly
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ff5e771..1179748 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=2
MINOR=0
-PATCH=0
+PATCH=1
OS := $(shell uname)
ifeq ($(OS),Darwin) # MacOS X