|
From: Miquel G. <gbm...@gm...> - 2010-11-12 13:58:09
|
Get a shared library with higher version than last released.
---
CMakeLists.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c321500..7aa3712 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -28,7 +28,7 @@ set (devel-headers
# dynamic library
add_library (origin2 SHARED ${sources})
-set_target_properties(origin2 PROPERTIES VERSION 0.0.1 SOVERSION 0 )
+set_target_properties(origin2 PROPERTIES VERSION 1.0.1 SOVERSION 1 )
# static library
add_library (origin2-static STATIC ${sources})
--
1.7.3
|