summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2f33df1..0de0697 100644
--- a/Makefile
+++ b/Makefile
@@ -23,8 +23,8 @@ SOFLAG = -Wl,-soname
# The API version number is defined in utf8proc.h.
# Be sure to also update these ABI versions in MANIFEST and CMakeLists.txt!
MAJOR=2
-MINOR=2
-PATCH=0
+MINOR=3
+PATCH=1
OS := $(shell uname)
ifeq ($(OS),Darwin) # MacOS X