version: SPDK v18.04.2-pre
Change-Id: I581c5f4f01560ba9fa28945699cf4137c7d84140 Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com> Reviewed-on: https://review.gerrithub.io/416428 Tested-by: SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>
This commit is contained in:
parent
727a80b328
commit
7cb8df7a4e
@ -1,5 +1,7 @@
|
||||
# Changelog
|
||||
|
||||
## v18.04.2: Maintenance Release
|
||||
|
||||
## v18.04.1: Maintenance Release
|
||||
|
||||
SPDK v18.04.1 is a bug fix and maintenance release.
|
||||
|
@ -54,12 +54,12 @@
|
||||
* Patch level is incremented on maintenance branch releases and reset to 0 for each
|
||||
* new major.minor release.
|
||||
*/
|
||||
#define SPDK_VERSION_PATCH 1
|
||||
#define SPDK_VERSION_PATCH 2
|
||||
|
||||
/**
|
||||
* Version string suffix.
|
||||
*/
|
||||
#define SPDK_VERSION_SUFFIX ""
|
||||
#define SPDK_VERSION_SUFFIX "-pre"
|
||||
|
||||
/**
|
||||
* Single numeric value representing a version number for compile-time comparisons.
|
||||
|
Loading…
Reference in New Issue
Block a user