Skip to content

Commit

Permalink
Change libopencc SO version to 1.1 from 2.
Browse files Browse the repository at this point in the history
This is not downgrading, but to unify the versions in different places. In future when there are ABI changes, the minor version will increase (e.g. 1.1.0 -> 1.2.0).

For packagers, please consider using libopencc11 as the package name.
  • Loading branch information
BYVoid committed May 16, 2020
1 parent 0edf038 commit c6cde22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@ set_target_properties(
OUTPUT_NAME
opencc
VERSION
1.0.0
1.1.0
SOVERSION
2
1.1
)

# Installation
Expand Down

0 comments on commit c6cde22

Please sign in to comment.