Commit aff1cf4e authored by Tomasz Zawadzki's avatar Tomasz Zawadzki
Browse files

version: 24.05.1 pre



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


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

## v24.05.1: (Upcoming Release)

## v24.05

### accel
+2 −2
Original line number Diff line number Diff line
@@ -30,12 +30,12 @@ extern "C" {
 * 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.
+1 −1
Original line number Diff line number Diff line
@@ -2,4 +2,4 @@
#  Copyright (C) 2021 Intel Corporation.
#  All rights reserved.

__version__ = "24.5"
__version__ = "24.5.1rc0"