From 44b1784de7308929856057bf2f444ae785d7212b Mon Sep 17 00:00:00 2001 From: Peter Colberg Date: Sat, 31 Oct 2015 20:51:26 -0400 Subject: Increment patch version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index c4df445..4304d00 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 -- cgit v1.2.3