version: 22.01.2 pre

Signed-off-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
Change-Id: Ib9fc8721f3623aa1b440e323c9ba2c6655c5b616
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/12657
Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com>
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com>
This commit is contained in:
Tomasz Zawadzki 2022-05-12 14:50:28 +02:00 committed by Keith Lucas
parent 6f91a34ab6
commit 0606fa0f67
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,7 @@
# Changelog
## v22.01.2: (Upcoming Release)
## v22.01.1
### dpdk

View File

@ -54,12 +54,12 @@
* Patch level is incremented on maintenance branch releases and reset to 0 for each
* new major.minor release.
*/
#define SPDK_VERSION_PATCH 1
#define SPDK_VERSION_PATCH 2
/**
* Version string suffix.
*/
#define SPDK_VERSION_SUFFIX ""
#define SPDK_VERSION_SUFFIX "-pre"
/**
* Single numeric value representing a version number for compile-time comparisons.