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:
Tomasz Zawadzki 2020-10-23 05:28:00 -04:00
parent a2596f4dc2
commit 214b9847d0
2 changed files with 5 additions and 3 deletions

View File

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

View File

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