version: SPDK 22.01 pre
This is first commit that should go into latest SPDK after the code freeze for SPDK 21.10. Signed-off-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Change-Id: Iae3b01b921127c1fc18ffdea6e57d2f830589efa Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/9957 Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com> Reviewed-by: Aleksey Marchuk <alexeymar@mellanox.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Changpeng Liu <changpeng.liu@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
This commit is contained in:
parent
55874cd92c
commit
d950efee07
@ -1,6 +1,8 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## v21.10: (Upcoming Release)
|
## v22.01: (Upcoming Release)
|
||||||
|
|
||||||
|
## v21.10
|
||||||
|
|
||||||
### bdev
|
### bdev
|
||||||
|
|
||||||
|
@ -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 21
|
#define SPDK_VERSION_MAJOR 22
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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