summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorPeter Colberg <peter@colberg.org>2015-10-31 20:51:26 -0400
committerPeter Colberg <peter@colberg.org>2015-10-31 20:51:26 -0400
commit44b1784de7308929856057bf2f444ae785d7212b (patch)
tree1989b1a0f55491a4372d27861760976f4e521a02 /CMakeLists.txt
parenta5c9de204717d619ddb2fa4eb994542bb3cfc157 (diff)
downloadlibutf8proc-44b1784de7308929856057bf2f444ae785d7212b.tar.gz
libutf8proc-44b1784de7308929856057bf2f444ae785d7212b.tar.bz2
Increment patch version
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 c4df445..4304d00 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 1)
set(SO_MINOR 3)
-set(SO_PATCH 0)
+set(SO_PATCH 1)
add_definitions (
-DUTF8PROC_EXPORTS