Commit 8f30b8bb authored by Tomasz Zawadzki's avatar Tomasz Zawadzki
Browse files

version: 23.01.1 pre



Change-Id: I9fdaa0e0d7986e83f8da885378cdabe4245d4130
Signed-off-by: default avatarTomasz Zawadzki <tomasz.zawadzki@intel.com>
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/16573


Reviewed-by: default avatarKonrad Sztyber <konrad.sztyber@intel.com>
parent 10edc60a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
# Changelog

## v23.01.1: (Upcoming Release)

## v23.01: accel chained ops, accel crypto, ublk target

### accel
+2 −2
Original line number Diff line number Diff line
@@ -26,12 +26,12 @@
 * Patch level is incremented on maintenance branch releases and reset to 0 for each
 * new major.minor release.
 */
#define SPDK_VERSION_PATCH	0
#define SPDK_VERSION_PATCH	1

/**
 * Version string suffix.
 */
#define SPDK_VERSION_SUFFIX	""
#define SPDK_VERSION_SUFFIX	"-pre"

/**
 * Single numeric value representing a version number for compile-time comparisons.