From 8e3174f334c9ff322e0e155285f87e04cb536ed0 Mon Sep 17 00:00:00 2001 From: Tony Kelman Date: Wed, 27 Jul 2016 04:58:49 -0700 Subject: NEWS and version numbers for 2.0.2 (#81) * Add NEWS.md items for #79 and #80 * Prepare version numbers for 2.0.2 * Also update API version to 2.0.2 --- CMakeLists.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 8958bcd..5e9b8a1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,10 +6,12 @@ disallow_intree_builds() project (utf8proc C) -# Be sure to also update these in Makefile! +# This is the ABI version number, which may differ from the +# API version number (defined in utf8proc.h). +# Be sure to also update these in Makefile and MANIFEST! set(SO_MAJOR 2) set(SO_MINOR 0) -set(SO_PATCH 1) +set(SO_PATCH 2) add_definitions ( -DUTF8PROC_EXPORTS -- cgit v1.2.3