version: SPDK 21.01 pre
This is first commit that should go into latest SPDK after the code freeze for SPDK 20.10. Signed-off-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Change-Id: Ie7dc39553206ba747dc83ab6af7ddc2fc25d71eb Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/4854 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Aleksey Marchuk <alexeymar@mellanox.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com>
This commit is contained in:
parent
a2596f4dc2
commit
214b9847d0
@ -1,6 +1,8 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## v20.10: (Upcoming Release)
|
## v21.01: (Upcoming Release)
|
||||||
|
|
||||||
|
## v20.10:
|
||||||
|
|
||||||
### accel
|
### accel
|
||||||
|
|
||||||
|
@ -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 20
|
#define SPDK_VERSION_MAJOR 21
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Minor version number (month of original release).
|
* Minor version number (month of original release).
|
||||||
*/
|
*/
|
||||||
#define SPDK_VERSION_MINOR 10
|
#define SPDK_VERSION_MINOR 1
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Patch level.
|
* Patch level.
|
||||||
|
Loading…
Reference in New Issue
Block a user