Bump version number.

This commit is contained in:
Michaël Meyer
2015-12-09 23:35:45 +01:00
parent 26436c9775
commit ee3c20e46b
3 changed files with 9 additions and 9 deletions

View File

@@ -19,9 +19,9 @@ 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=1
MINOR=3
PATCH=1
MAJOR=2
MINOR=0
PATCH=0
OS := $(shell uname)
ifeq ($(OS),Darwin) # MacOS X