SPDK 20.01.1

Signed-off-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
Change-Id: I519f07a157f361141d3c2d9f4cf49af646af0901
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/1375
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
This commit is contained in:
Tomasz Zawadzki 2020-03-19 07:32:20 -04:00
parent 1ffa3c3f08
commit b90630a465
3 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Changelog # Changelog
## v20.01.1: (Upcoming Release) ## v20.01.1:
## v20.01: ## v20.01:

View File

@ -59,7 +59,7 @@
/** /**
* Version string suffix. * Version string suffix.
*/ */
#define SPDK_VERSION_SUFFIX "-pre" #define SPDK_VERSION_SUFFIX ""
/** /**
* Single numeric value representing a version number for compile-time comparisons. * Single numeric value representing a version number for compile-time comparisons.

View File

@ -2,12 +2,12 @@
%bcond_with doc %bcond_with doc
Name: spdk Name: spdk
Version: 20.01.x Version: 20.01.1
Release: 0%{?dist} Release: 0%{?dist}
Epoch: 0 Epoch: 0
URL: http://spdk.io URL: http://spdk.io
Source: https://github.com/spdk/spdk/archive/v20.01.x.tar.gz Source: https://github.com/spdk/spdk/archive/v20.01.1.tar.gz
Summary: Set of libraries and utilities for high performance user-mode storage Summary: Set of libraries and utilities for high performance user-mode storage
%define package_version %{epoch}:%{version}-%{release} %define package_version %{epoch}:%{version}-%{release}