summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSteven G. Johnson <stevenj@mit.edu>2016-07-13 11:00:17 -0400
committerSteven G. Johnson <stevenj@mit.edu>2016-07-13 11:00:17 -0400
commitcb2a3e464d06d20e64e9383ea2661b5a4366c9e5 (patch)
tree5a07f6593471616640d89bafdea0fcb66962207a /Makefile
parent39ab2ff2733de9d3b3d9c0567c085961fc061383 (diff)
downloadlibutf8proc-cb2a3e464d06d20e64e9383ea2661b5a4366c9e5.tar.gz
libutf8proc-cb2a3e464d06d20e64e9383ea2661b5a4366c9e5.tar.bz2
the ABI version was already bumped in #62, does not need to be bumped again in #70
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2b6f58e..ff5e771 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ UCFLAGS = $(CFLAGS) $(PICFLAG) $(C99FLAG) $(WCFLAGS) -DUTF8PROC_EXPORTS
# not API compatibility: MAJOR should be incremented whenever *binary*
# compatibility is broken, even if the API is backward-compatible
# Be sure to also update these in MANIFEST and CMakeLists.txt!
-MAJOR=3
+MAJOR=2
MINOR=0
PATCH=0