summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichaël Meyer <hierophanie@gmail.com>2016-02-04 04:01:19 +0100
committerMichaël Meyer <hierophanie@gmail.com>2016-02-04 04:06:28 +0100
commit1f17487aa952a11f2ac53481b26b5a25b9a2fccc (patch)
treecec3e05eb7b416717edf22fa5f8c301fc8df7c77 /Makefile
parentec0daa50bbedc36a0bada4a0f713eb9dc317d444 (diff)
downloadlibutf8proc-1f17487aa952a11f2ac53481b26b5a25b9a2fccc.tar.gz
libutf8proc-1f17487aa952a11f2ac53481b26b5a25b9a2fccc.tar.bz2
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