]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Bump soname major version in CMakeLists.txt.
authorAndres Mejia <amejia004@gmail.com>
Mon, 14 Jan 2013 04:30:57 +0000 (23:30 -0500)
committerAndres Mejia <amejia004@gmail.com>
Mon, 14 Jan 2013 04:30:57 +0000 (23:30 -0500)
CMakeLists.txt

index ddbaca1736d83234c581131d4a80699651e56512..0c8bf8122992240ec8159af81665926edfaf320f 100644 (file)
@@ -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 ??