Skip to content

Commit c6cde22

Browse files
committed
Change libopencc SO version to 1.1 from 2.
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.
1 parent 0edf038 commit c6cde22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,9 @@ set_target_properties(
114114
OUTPUT_NAME
115115
opencc
116116
VERSION
117-
1.0.0
117+
1.1.0
118118
SOVERSION
119-
2
119+
1.1
120120
)
121121

122122
# Installation

0 commit comments

Comments
 (0)