From 5c632c57426f2e4246e3b64dd2fd088d3920f9e5 Mon Sep 17 00:00:00 2001 From: "Steven G. Johnson" Date: Fri, 10 May 2019 21:24:14 -0400 Subject: NEWS for 2.4, updated version numbers (which I forgot in 2.3, grrr) --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index c5deb7b..7e8be20 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,8 +10,8 @@ project (utf8proc C) # API version number (defined in utf8proc.h). # Be sure to also update these in Makefile and MANIFEST! set(SO_MAJOR 2) -set(SO_MINOR 2) -set(SO_PATCH 0) +set(SO_MINOR 3) +set(SO_PATCH 1) option(UTF8PROC_INSTALL "Enable installation of utf8proc" On) -- cgit v1.2.3