From d75985cf09fd753047952beaafa691645c47724f Mon Sep 17 00:00:00 2001 From: "Steven G. Johnson" Date: Fri, 29 May 2015 23:07:29 -0400 Subject: bump API/ABI version to 1.3, add NEWS --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index da6aa78..c4df445 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ project (utf8proc C) # Be sure to also update these in Makefile! set(SO_MAJOR 1) -set(SO_MINOR 2) +set(SO_MINOR 3) set(SO_PATCH 0) add_definitions ( -- cgit v1.2.3