Skip to content

Commit c5f0959

Browse files
committed
SPDK 20.04.1
Signed-off-by: Tomasz Zawadzki <[email protected]> Change-Id: Iea381a0886e331c3ccd0ec35ef60263dfa553b3e Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/2615 Reviewed-by: Darek Stojaczyk <[email protected]> Reviewed-by: Jim Harris <[email protected]> Reviewed-by: Ben Walker <[email protected]>
1 parent 1a97098 commit c5f0959

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

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

3-
## v20.04.1: (Upcoming Release)
3+
## v20.04.1:
44

55
### dpdk
66

include/spdk/version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
/**
6060
* Version string suffix.
6161
*/
62-
#define SPDK_VERSION_SUFFIX "-pre"
62+
#define SPDK_VERSION_SUFFIX ""
6363

6464
/**
6565
* Single numeric value representing a version number for compile-time comparisons.

pkg/spdk.spec

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
%bcond_with doc
33

44
Name: spdk
5-
Version: 20.04.x
5+
Version: 20.04.1
66
Release: 0%{?dist}
77
Epoch: 0
88
URL: http://spdk.io
99

10-
Source: https://github.com/spdk/spdk/archive/v20.04.x.tar.gz
10+
Source: https://github.com/spdk/spdk/archive/v20.04.1.tar.gz
1111
Summary: Set of libraries and utilities for high performance user-mode storage
1212

1313
%define package_version %{epoch}:%{version}-%{release}

0 commit comments

Comments
 (0)