SPDK 22.01

Signed-off-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
Change-Id: I03e8364b1f4effb909f34f5d4ec0c3fd63cc1e80
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/11319
Reviewed-by: Krzysztof Karas <krzysztof.karas@intel.com>
Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com>
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com>
This commit is contained in:
Tomasz Zawadzki 2022-01-27 17:32:48 +01:00 committed by Keith Lucas
parent 0a572aca10
commit c4847f3a0d
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Changelog # Changelog
## v22.01: (Upcoming Release) ## v22.01: NVMe multipath, NVMe TCP zero-copy, NVMe-oF discovery service
### accel ### accel

View File

@ -59,7 +59,7 @@
/** /**
* Version string suffix. * Version string suffix.
*/ */
#define SPDK_VERSION_SUFFIX "-pre" #define SPDK_VERSION_SUFFIX ""
/** /**
* Single numeric value representing a version number for compile-time comparisons. * Single numeric value representing a version number for compile-time comparisons.