version: 17.10-pre
Change-Id: Ia1a3560ec51c82f17f694ed3b5e5aa4d1fd1e2bd Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com> Reviewed-on: https://review.gerrithub.io/372017 Tested-by: SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com>
This commit is contained in:
parent
c0ed45ab5e
commit
e5f5d9803e
@ -46,7 +46,7 @@
|
|||||||
/**
|
/**
|
||||||
* Minor version number (month of original release).
|
* Minor version number (month of original release).
|
||||||
*/
|
*/
|
||||||
#define SPDK_VERSION_MINOR 7
|
#define SPDK_VERSION_MINOR 10
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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