version: 19.01 pre
Change-Id: I00cf8919c25e67f9771327b1802b64f24ef2cb82 Signed-off-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-on: https://review.gerrithub.io/431164 Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Seth Howell <seth.howell5141@gmail.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
This commit is contained in:
parent
f14c7b3b06
commit
ae45b7ec38
@ -1,5 +1,7 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## v19.01: (Upcoming Release)
|
||||||
|
|
||||||
## v18.10:
|
## v18.10:
|
||||||
|
|
||||||
### nvme
|
### nvme
|
||||||
|
@ -41,12 +41,12 @@
|
|||||||
/**
|
/**
|
||||||
* Major version number (year of original release minus 2000).
|
* Major version number (year of original release minus 2000).
|
||||||
*/
|
*/
|
||||||
#define SPDK_VERSION_MAJOR 18
|
#define SPDK_VERSION_MAJOR 19
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Minor version number (month of original release).
|
* Minor version number (month of original release).
|
||||||
*/
|
*/
|
||||||
#define SPDK_VERSION_MINOR 10
|
#define SPDK_VERSION_MINOR 01
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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