version: SPDK 18.07-pre
Change-Id: I712fb4fce02821bc7ae483d06aa905f54b4998aa Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com> Reviewed-on: https://review.gerrithub.io/409361 Tested-by: SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by: Changpeng Liu <changpeng.liu@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>
This commit is contained in:
parent
9eb54cae6a
commit
080a301d8f
@ -1,5 +1,7 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## v18.07: (Upcoming Release)
|
||||||
|
|
||||||
## v18.04: Logical Volume Snapshot/Clone, iSCSI Initiator, Bdev QoS, VPP Userspace TCP/IP
|
## v18.04: Logical Volume Snapshot/Clone, iSCSI Initiator, Bdev QoS, VPP Userspace TCP/IP
|
||||||
|
|
||||||
### vhost
|
### vhost
|
||||||
|
@ -46,7 +46,7 @@
|
|||||||
/**
|
/**
|
||||||
* Minor version number (month of original release).
|
* Minor version number (month of original release).
|
||||||
*/
|
*/
|
||||||
#define SPDK_VERSION_MINOR 4
|
#define SPDK_VERSION_MINOR 7
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Patch level.
|
* Patch level.
|
||||||
@ -59,7 +59,7 @@
|
|||||||
/**
|
/**
|
||||||
* Version string suffix.
|
* Version string suffix.
|
||||||
*/
|
*/
|
||||||
#define SPDK_VERSION_SUFFIX ""
|
#define SPDK_VERSION_SUFFIX "-pre"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Single numeric value representing a version number for compile-time comparisons.
|
* Single numeric value representing a version number for compile-time comparisons.
|
||||||
|
Loading…
Reference in New Issue
Block a user