From acf25fed80cc4001a7a5c86b3f1a59a1529209aa Mon Sep 17 00:00:00 2001 From: Seth Howell Date: Fri, 13 Mar 2020 14:48:44 -0700 Subject: [PATCH] lib: update so version for multiple libraries. the nvme, nvmf, and thread libraries have all had public APIs removed or changed since the API was changed to 2.0 and backported to 20.01.1 we should rev these so versions to make that distinction obvious. Signed-off-by: Seth Howell Change-Id: Id48454b8d0451794abad4db452b5c4e337b23c0b Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/1269 Tested-by: SPDK CI Jenkins Reviewed-by: Jim Harris Reviewed-by: Ben Walker --- lib/nvme/Makefile | 2 +- lib/nvmf/Makefile | 2 +- lib/thread/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/nvme/Makefile b/lib/nvme/Makefile index 9cda30c9c..9e308673d 100644 --- a/lib/nvme/Makefile +++ b/lib/nvme/Makefile @@ -34,7 +34,7 @@ SPDK_ROOT_DIR := $(abspath $(CURDIR)/../..) include $(SPDK_ROOT_DIR)/mk/spdk.common.mk -SO_VER := 2 +SO_VER := 3 SO_MINOR := 0 SO_SUFFIX := $(SO_VER).$(SO_MINOR) diff --git a/lib/nvmf/Makefile b/lib/nvmf/Makefile index 2585bc4c4..188fe12f1 100644 --- a/lib/nvmf/Makefile +++ b/lib/nvmf/Makefile @@ -34,7 +34,7 @@ SPDK_ROOT_DIR := $(abspath $(CURDIR)/../..) include $(SPDK_ROOT_DIR)/mk/spdk.common.mk -SO_VER := 2 +SO_VER := 3 SO_MINOR := 0 SO_SUFFIX := $(SO_VER).$(SO_MINOR) diff --git a/lib/thread/Makefile b/lib/thread/Makefile index 361bba8ad..18ce22517 100644 --- a/lib/thread/Makefile +++ b/lib/thread/Makefile @@ -34,7 +34,7 @@ SPDK_ROOT_DIR := $(abspath $(CURDIR)/../..) include $(SPDK_ROOT_DIR)/mk/spdk.common.mk -SO_VER := 2 +SO_VER := 3 SO_MINOR := 0 SO_SUFFIX := $(SO_VER).$(SO_MINOR)