the ABI version was already bumped in #62, does not need to be bumped again in #70

This commit is contained in:
Steven G. Johnson
2016-07-13 11:00:17 -04:00
parent 39ab2ff273
commit cb2a3e464d
3 changed files with 5 additions and 5 deletions

View File

@@ -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