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:
Tomasz Zawadzki 2021-10-21 14:37:20 +02:00
parent 98b1301fe4
commit 077d0f3eac
2 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,8 @@
# Changelog
## v21.10: (Upcoming Release)
## v22.01: (Upcoming Release)
## v21.10
### bdev

View File

@ -41,12 +41,12 @@
/**
* 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).
*/
#define SPDK_VERSION_MINOR 10
#define SPDK_VERSION_MINOR 1
/**
* Patch level.