SPDK 19.04

Change-Id: Ifc9c4610da51e911b8f68d7a8a5086e9940fd77e
Signed-off-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/452647
Reviewed-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
This commit is contained in:
Tomasz Zawadzki 2019-04-30 11:22:46 -04:00 committed by Ben Walker
parent a16e53f06e
commit f19fea15c1
3 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Changelog # Changelog
## v19.04: (Upcoming Release) ## v19.04:
### nvme ### nvme

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: master Version: 19.04
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/master.tar.gz Source: https://github.com/spdk/spdk/archive/v19.04.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}