summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMichaël Meyer <hierophanie@gmail.com>2016-02-04 04:01:19 +0100
committerMichaël Meyer <hierophanie@gmail.com>2016-02-04 04:06:28 +0100
commit1f17487aa952a11f2ac53481b26b5a25b9a2fccc (patch)
treecec3e05eb7b416717edf22fa5f8c301fc8df7c77 /CMakeLists.txt
parentec0daa50bbedc36a0bada4a0f713eb9dc317d444 (diff)
downloadlibutf8proc-1f17487aa952a11f2ac53481b26b5a25b9a2fccc.tar.gz
libutf8proc-1f17487aa952a11f2ac53481b26b5a25b9a2fccc.tar.bz2
Fix overrun
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ff0c819..8958bcd 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 2)
set(SO_MINOR 0)
-set(SO_PATCH 0)
+set(SO_PATCH 1)
add_definitions (
-DUTF8PROC_EXPORTS