summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSteven G. Johnson <stevenj@mit.edu>2015-11-01 08:10:02 -0500
committerSteven G. Johnson <stevenj@mit.edu>2015-11-01 08:10:02 -0500
commit00feb3f3730a87fd70eb83189be38ad19ddb707c (patch)
tree5d5150260dcd84ac1c7b15ec31cf9b236a488d89 /CMakeLists.txt
parenta5c9de204717d619ddb2fa4eb994542bb3cfc157 (diff)
parente3db4f388bd8bc65c97eab7ee33d2151d5c88343 (diff)
downloadlibutf8proc-00feb3f3730a87fd70eb83189be38ad19ddb707c.tar.gz
libutf8proc-00feb3f3730a87fd70eb83189be38ad19ddb707c.tar.bz2
Merge pull request #59 from petercolberg/masterv1.3.1utf8proc-v1.3.1
Version 1.3.1
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