We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc7aac4 commit 40a5c21Copy full SHA for 40a5c21
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## v24.05: (Upcoming Release)
+## v24.05
4
5
### accel
6
include/spdk/version.h
@@ -35,7 +35,7 @@ extern "C" {
35
/**
36
* Version string suffix.
37
*/
38
-#define SPDK_VERSION_SUFFIX "-pre"
+#define SPDK_VERSION_SUFFIX ""
39
40
41
* Single numeric value representing a version number for compile-time comparisons.
python/spdk/__init__.py
@@ -2,4 +2,4 @@
# Copyright (C) 2021 Intel Corporation.
# All rights reserved.
-__version__ = "24.5rc0"
+__version__ = "24.5"
0 commit comments