From b90a325ef355ad2ad45c46c7fc73fc3e28d3a33d Mon Sep 17 00:00:00 2001 From: Evan Klitzke Date: Sat, 27 Feb 2016 12:36:14 -0800 Subject: properly export the .so minor version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 11e350f..8e9e315 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,7 +34,7 @@ version_numbers ( PACKAGE_VERSION_PATCH ) -set (PACKAGE_SOVERSION "${PACKAGE_VERSION_MAJOR}") +set (PACKAGE_SOVERSION "${PACKAGE_VERSION_MAJOR}.${PACKAGE_VERSION_MINOR}") # ---------------------------------------------------------------------------- # options -- cgit v1.2.3