]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
cmake: bump librados so version
authorKefu Chai <kchai@redhat.com>
Mon, 29 Oct 2018 10:08:36 +0000 (18:08 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 1 Nov 2018 16:15:31 +0000 (00:15 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
src/librados/CMakeLists.txt
src/tracing/CMakeLists.txt

index 8943e44be23ecb660b91ad5c644b9bd93dd2b78b..4985e824baadf8f0e7c0a234c9798cd7bc26b062 100644 (file)
@@ -24,8 +24,8 @@ add_library(librados ${CEPH_SHARED}
 if(ENABLE_SHARED)
   set_target_properties(librados PROPERTIES
     OUTPUT_NAME rados
-    VERSION 2.0.0
-    SOVERSION 2
+    VERSION 3.0.0
+    SOVERSION 3
     CXX_VISIBILITY_PRESET hidden
     VISIBILITY_INLINES_HIDDEN ON)
   if(NOT APPLE)
index d63399d589f8bf7552445d92d899670587ec6500..68a054961a7f4efcd92a965f09a2f0093f5f54a1 100644 (file)
@@ -43,7 +43,7 @@ endfunction()
 
 set(osd_traces oprequest.tp osd.tp pg.tp)
 add_tracing_library(osd_tp "${osd_traces}" 1.0.0)
-add_tracing_library(rados_tp librados.tp 2.0.0)
+add_tracing_library(rados_tp librados.tp 3.0.0)
 add_tracing_library(os_tp objectstore.tp 1.0.0)
 add_tracing_library(rgw_op_tp rgw_op.tp 1.0.0)
 add_tracing_library(rgw_rados_tp rgw_rados.tp 1.0.0)