[SCM] OCE packaging branch, debian, updated. debian/0.11-1
    tpaviot 
    tpaviot at gmail.com
       
    Thu Dec 13 19:16:39 UTC 2012
    
    
  
The following commit has been merged in the debian branch:
commit 5a4c6f9cfda87e59cfb4a5c5fe36d60a3b0a456e
Author: tpaviot <tpaviot at gmail.com>
Date:   Wed Nov 21 09:36:27 2012 +0100
    Bumped ABI_SOVERSION since OCCT6.5.4 changes are binary incompatible with previous version
diff --git a/CMakeLists.txt b/CMakeLists.txt
index afbd3ed..8cee5a6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -30,7 +30,7 @@ SET(OCE_VERSION_DEVEL -dev)
 # bugfix release: add ${OCE_VERSION_PATCH} to OCE_VERSION
 SET(OCE_VERSION ${OCE_VERSION_MAJOR}.${OCE_VERSION_MINOR}${OCE_VERSION_DEVEL})
 
-SET(OCE_ABI_SOVERSION 4)
+SET(OCE_ABI_SOVERSION 5)
 SET(OCE_ABI_VERSION ${OCE_ABI_SOVERSION}.0.0)
 
 # Set the minimum version of cmake required to 2.6
-- 
OCE packaging
    
    
More information about the debian-science-commits
mailing list