Skip to content

Commit 40a5c21

Browse files
committed
SPDK 24.05
Signed-off-by: Tomasz Zawadzki <[email protected]> Change-Id: Ie526d154fecd61fb4d775ddc40608aeec166bfb2 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/23363 Reviewed-by: Konrad Sztyber <[email protected]> Tested-by: SPDK CI Jenkins <[email protected]>
1 parent cc7aac4 commit 40a5c21

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## v24.05: (Upcoming Release)
3+
## v24.05
44

55
### accel
66

include/spdk/version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ extern "C" {
3535
/**
3636
* Version string suffix.
3737
*/
38-
#define SPDK_VERSION_SUFFIX "-pre"
38+
#define SPDK_VERSION_SUFFIX ""
3939

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

python/spdk/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# Copyright (C) 2021 Intel Corporation.
33
# All rights reserved.
44

5-
__version__ = "24.5rc0"
5+
__version__ = "24.5"

0 commit comments

Comments
 (0)