From a763a7263a9f4af3dd37e63dd35186c8b796846c Mon Sep 17 00:00:00 2001 From: Seth Howell Date: Fri, 28 Feb 2020 12:45:13 -0700 Subject: [PATCH] mk: bump the shared object major version to 2. This is to indicate the ABI breakage in the bdev library. A function's argument list was changed which breaks both backwards and forwards compatibility. Going forward, all backwards compatibility breaking changes should be marked with a rev of the SO major version for that library. All forwards compatibility breaking changes should be marked with a rev of the SO minor version. Signed-off-by: Seth Howell Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/1066 (master) (cherry picked from commit c5911f02241ba6ac3f488545f6bb3f63cb94d863) Change-Id: I35e45c102c5c6de3c684919a10e5116f8f2c375f Signed-off-by: Tomasz Zawadzki Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/1300 Tested-by: SPDK CI Jenkins Reviewed-by: Aleksey Marchuk Reviewed-by: Ben Walker Reviewed-by: Darek Stojaczyk Reviewed-by: Seth Howell --- mk/spdk.common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk/spdk.common.mk b/mk/spdk.common.mk index d821190d7..f8687dbb1 100644 --- a/mk/spdk.common.mk +++ b/mk/spdk.common.mk @@ -266,7 +266,7 @@ LINK_CXX=\ # # Variables to use for versioning shared libs # -SO_VER := 1 +SO_VER := 2 SO_MINOR := 0 SO_SUFFIX_ALL := $(SO_VER).$(SO_MINOR)