summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSteven G. Johnson <stevenj@mit.edu>2018-04-27 09:58:34 -0400
committerGitHub <noreply@github.com>2018-04-27 09:58:34 -0400
commitd688ac122660e465dc65c8eb7b1c2444fcd52829 (patch)
tree29a49187329821732dfddffe67f835c1e99a9fd2 /Makefile
parent3e6230d9bf309f9628b718bce9f34c69c78ec5c4 (diff)
downloadlibutf8proc-d688ac122660e465dc65c8eb7b1c2444fcd52829.tar.gz
libutf8proc-d688ac122660e465dc65c8eb7b1c2444fcd52829.tar.bz2
version bump to 2.1.1 (#131)v2.1.1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 29aa99b..f8e5e8b 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ UCFLAGS = $(CFLAGS) $(PICFLAG) $(C99FLAG) $(WCFLAGS) -DUTF8PROC_EXPORTS
# Be sure to also update these ABI versions in MANIFEST and CMakeLists.txt!
MAJOR=2
MINOR=1
-PATCH=0
+PATCH=1
OS := $(shell uname)
ifeq ($(OS),Darwin) # MacOS X