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:
Daniel Verkamp 2018-06-21 09:24:16 -07:00 committed by Jim Harris
parent 727a80b328
commit 7cb8df7a4e
2 changed files with 4 additions and 2 deletions

View File

@ -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.

View File

@ -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.