version: SPDK 23.05 pre

This is first commit that should go into latest SPDK
after the code freeze for SPDK 23.01.

Change-Id: I3b34d1c33450474b777d988b8c9033a8ce87aa05
Signed-off-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/16397
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
This commit is contained in:
Tomasz Zawadzki 2023-01-20 16:27:53 +01:00
parent dfa7f14bc4
commit fc62f804b9
2 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,8 @@
# Changelog # Changelog
## v23.01: (Upcoming Release) ## v23.05: (Upcoming Release)
## v23.01
### accel ### accel

View File

@ -18,7 +18,7 @@
/** /**
* Minor version number (month of original release). * Minor version number (month of original release).
*/ */
#define SPDK_VERSION_MINOR 1 #define SPDK_VERSION_MINOR 5
/** /**
* Patch level. * Patch level.