Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Set soversion number to project version (#708)
  • Loading branch information
dirkmueller committed Aug 2, 2022
1 parent a7572b1 commit 7678dc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CMakeLists.txt
Expand Up @@ -132,9 +132,9 @@ set_target_properties(
OUTPUT_NAME
opencc
VERSION
1.1.3
${OPENCC_VERSION_MAJOR}.${OPENCC_VERSION_MINOR}.${OPENCC_VERSION_REVISION}
SOVERSION
1.1
${OPENCC_VERSION_MAJOR}.${OPENCC_VERSION_MINOR}
)

# Installation
Expand Down

0 comments on commit 7678dc2

Please sign in to comment.