Skip to content

Commit 00a740c

Browse files
arthurshauigaw
authored andcommitted
ocp: Switch OCP plugin to use semantic versioning
Chose version 1.0.0 to start at commit 77f6c8f ("ocp: Update license to GPL-2.0-or-later") Signed-off-by: Arthur Shau <arthurshau@meta.com>
1 parent e15c260 commit 00a740c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugins/ocp/ocp-nvme.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@
1111
#if !defined(OCP_NVME) || defined(CMD_HEADER_MULTI_READ)
1212
#define OCP_NVME
1313

14+
#define OCP_PLUGIN_VERSION "1.17.0"
1415
#include "cmd.h"
1516

16-
PLUGIN(NAME("ocp", "OCP cloud SSD extensions", NVME_VERSION),
17+
PLUGIN(NAME("ocp", "OCP cloud SSD extensions", OCP_PLUGIN_VERSION),
1718
COMMAND_LIST(
1819
ENTRY("smart-add-log", "Retrieve extended SMART Information", smart_add_log)
1920
ENTRY("latency-monitor-log", "Get Latency Monitor Log Page", ocp_latency_monitor_log)

0 commit comments

Comments
 (0)