Skip to content

Commit

Permalink
SPDK 24.01
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
Change-Id: Ib691e07907b84dc948863610a182cc1e2662e13c
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/21584
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com>
  • Loading branch information
tomzawadzki committed Jan 26, 2024
1 parent 4afa401 commit 0786843
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog

## v24.01
## v24.01: DIF in accel, RAID rebuild, Blobstore grow

### accel

Expand Down
2 changes: 1 addition & 1 deletion include/spdk/version.h
Expand Up @@ -31,7 +31,7 @@
/**
* Version string suffix.
*/
#define SPDK_VERSION_SUFFIX "-pre"
#define SPDK_VERSION_SUFFIX ""

/**
* Single numeric value representing a version number for compile-time comparisons.
Expand Down
2 changes: 1 addition & 1 deletion python/spdk/__init__.py
Expand Up @@ -2,4 +2,4 @@
# Copyright (C) 2021 Intel Corporation.
# All rights reserved.

__version__ = "24.1rc0"
__version__ = "24.1"

0 comments on commit 0786843

Please sign in to comment.