Skip to content

Commit

Permalink
SPDK 20.10
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Zawadzki <[email protected]>
Change-Id: Ib56970df336aaccdca04b7b132294b732296903a
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/4936
Tested-by: SPDK CI Jenkins <[email protected]>
Reviewed-by: Jim Harris <[email protected]>
Reviewed-by: John Kariuki <[email protected]>
Reviewed-by: Shuhei Matsumoto <[email protected]>
Reviewed-by: Aleksey Marchuk <[email protected]>
  • Loading branch information
tomzawadzki committed Oct 30, 2020
1 parent 658d7df commit e5d26ec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## v20.10: (Upcoming Release)
## v20.10: NVMe-oF multipath, NVMe ZNS, iSCSI login redirection

### accel

Expand Down
2 changes: 1 addition & 1 deletion include/spdk/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,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
4 changes: 2 additions & 2 deletions pkg/spdk.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
%bcond_with doc

Name: spdk
Version: master
Version: 20.10
Release: 0%{?dist}
Epoch: 0
URL: http://spdk.io

Source: https://github.com/spdk/spdk/archive/master.tar.gz
Source: https://github.com/spdk/spdk/archive/v20.10.tar.gz
Summary: Set of libraries and utilities for high performance user-mode storage

%define package_version %{epoch}:%{version}-%{release}
Expand Down

0 comments on commit e5d26ec

Please sign in to comment.