summaryrefslogtreecommitdiffstats
path: root/src/indmanager
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@redhat.com>2013-12-20 15:36:02 +0100
committerTomas Bzatek <tbzatek@redhat.com>2013-12-20 15:36:02 +0100
commitb915ee1ef9a4ebe3c29521524a8c837e08cbfec5 (patch)
tree2fc67a8543d95eeabc4be1621fdfb19c3760cfdc /src/indmanager
parentc98f09a865f1b2246c320e9a80c452ca38a4f9ea (diff)
downloadopenlmi-providers-b915ee1ef9a4ebe3c29521524a8c837e08cbfec5.tar.gz
openlmi-providers-b915ee1ef9a4ebe3c29521524a8c837e08cbfec5.tar.xz
openlmi-providers-b915ee1ef9a4ebe3c29521524a8c837e08cbfec5.zip
indmanager: Bump soname version
The commit c98f09a865f1b made some exported symbols hidden which can be considered an ABI break. Let's bump the library soname version to indicate a stable ABI for now.
Diffstat (limited to 'src/indmanager')
-rw-r--r--src/indmanager/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/indmanager/CMakeLists.txt b/src/indmanager/CMakeLists.txt
index 4ae0963..8733103 100644
--- a/src/indmanager/CMakeLists.txt
+++ b/src/indmanager/CMakeLists.txt
@@ -3,8 +3,8 @@ add_library(openlmiindmanager SHARED
)
set(OPENLMIINDMANAGER_VERSION_MAJOR 0)
-set(OPENLMIINDMANAGER_VERSION_MINOR 0)
-set(OPENLMIINDMANAGER_VERSION_PATCH 1)
+set(OPENLMIINDMANAGER_VERSION_MINOR 1)
+set(OPENLMIINDMANAGER_VERSION_PATCH 0)
set(OPENLMIINDMANAGER_VERSION "${OPENLMIINDMANAGER_VERSION_MAJOR}.${OPENLMIINDMANAGER_VERSION_MINOR}.${OPENLMIINDMANAGER_VERSION_PATCH}")
set_target_properties(openlmiindmanager PROPERTIES VERSION ${OPENLMIINDMANAGER_VERSION})