From 272240a5a4164e2e2100a84f120e99ffefd1c271 Mon Sep 17 00:00:00 2001 From: Keith Busch Date: Thu, 18 May 2017 11:17:45 -0400 Subject: [PATCH] Release v1.3 Tagging v1.3 for release: * Fixes compiler errors and warnings for some architectures * Fixes to the security commands * Updates and fixes to output formats * New vendor plugin from Huawei * Minor updates to fabrics and lightnvm * Fixes for package generation Signed-off-by: Keith Busch --- NVME-VERSION-GEN | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NVME-VERSION-GEN b/NVME-VERSION-GEN index 727c5a1..07e3c0d 100755 --- a/NVME-VERSION-GEN +++ b/NVME-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=NVME-VERSION-FILE -DEF_VER=v1.2 +DEF_VER=v1.3 LF=' ' -- 2.50.1