summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSteven G. Johnson <stevenj@alum.mit.edu>2019-05-10 21:24:14 -0400
committerSteven G. Johnson <stevenj@alum.mit.edu>2019-05-10 21:24:14 -0400
commit5c632c57426f2e4246e3b64dd2fd088d3920f9e5 (patch)
tree736b6e53e7d8b2ddc25911668f3a119840140906 /CMakeLists.txt
parent9bb261f66b09b9bd1df835da3853c9e9769e2ff8 (diff)
downloadlibutf8proc-2.4.0.tar.gz
libutf8proc-2.4.0.tar.bz2
NEWS for 2.4, updated version numbers (which I forgot in 2.3, grrr)v2.4.0
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
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)