Skip to content

Commit

Permalink
Bump soname major version in CMakeLists.txt.
Browse files Browse the repository at this point in the history
  • Loading branch information
amejia1 committed Jan 14, 2013
1 parent 1f3fda8 commit ecd860e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ SET(LIBARCHIVE_VERSION_STRING "${VERSION}")
# libarchive 2.8 == interface version 10 = 2 + 8
# libarchive 2.9 == interface version 11 = 2 + 9
# libarchive 3.0 == interface version 12
# libarchive 3.x == interface version 12 + x
math(EXPR INTERFACE_VERSION "12 + ${_minor}")
# libarchive 3.1 == interface version 13
math(EXPR INTERFACE_VERSION "13 + ${_minor}")

# Set SOVERSION == Interface version
# ?? Should there be more here ??
Expand Down

0 comments on commit ecd860e

Please sign in to comment.