summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPeter Colberg <peter@colberg.org>2015-10-31 20:51:26 -0400
committerPeter Colberg <peter@colberg.org>2015-10-31 20:51:26 -0400
commit44b1784de7308929856057bf2f444ae785d7212b (patch)
tree1989b1a0f55491a4372d27861760976f4e521a02 /Makefile
parenta5c9de204717d619ddb2fa4eb994542bb3cfc157 (diff)
downloadlibutf8proc-44b1784de7308929856057bf2f444ae785d7212b.tar.gz
libutf8proc-44b1784de7308929856057bf2f444ae785d7212b.tar.bz2
Increment patch version
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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