Increment patch version

This commit is contained in:
Peter Colberg 2015-10-31 20:51:26 -04:00
parent a5c9de2047
commit 44b1784de7
3 changed files with 5 additions and 5 deletions

View File

@ -9,7 +9,7 @@ project (utf8proc C)
# Be sure to also update these in Makefile!
set(SO_MAJOR 1)
set(SO_MINOR 3)
set(SO_PATCH 0)
set(SO_PATCH 1)
add_definitions (
-DUTF8PROC_EXPORTS

View File

@ -2,6 +2,6 @@ include/
include/utf8proc.h
lib/
lib/libutf8proc.a
lib/libutf8proc.so -> libutf8proc.so.1.3.0
lib/libutf8proc.so.1 -> libutf8proc.so.1.3.0
lib/libutf8proc.so.1.3.0
lib/libutf8proc.so -> libutf8proc.so.1.3.1
lib/libutf8proc.so.1 -> libutf8proc.so.1.3.1
lib/libutf8proc.so.1.3.1

View File

@ -21,7 +21,7 @@ UCFLAGS = $(CFLAGS) $(PICFLAG) $(C99FLAG) $(WCFLAGS) -DUTF8PROC_EXPORTS
# Be sure to also update these in MANIFEST and CMakeLists.txt!
MAJOR=1
MINOR=3
PATCH=0
PATCH=1
OS := $(shell uname)
ifeq ($(OS),Darwin) # MacOS X