summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSteven G. Johnson <stevenj@mit.edu>2016-02-04 10:57:25 -0500
committerSteven G. Johnson <stevenj@mit.edu>2016-02-04 10:57:25 -0500
commit5a84e53b0cf676b53c9a8b80d42ef91311b124f9 (patch)
treecec3e05eb7b416717edf22fa5f8c301fc8df7c77 /Makefile
parentec0daa50bbedc36a0bada4a0f713eb9dc317d444 (diff)
parent1f17487aa952a11f2ac53481b26b5a25b9a2fccc (diff)
downloadlibutf8proc-5a84e53b0cf676b53c9a8b80d42ef91311b124f9.tar.gz
libutf8proc-5a84e53b0cf676b53c9a8b80d42ef91311b124f9.tar.bz2
Merge pull request #66 from michaelnmmeyer/master
Fix overrun
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