version: 19.07 pre
Change-Id: Iba68839741e34a294b3e371e3704efd6cfb56a27 Signed-off-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/452648 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:
parent
f19fea15c1
commit
e60cf7e47b
@ -1,5 +1,7 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## v19.07: (Upcoming Release)
|
||||||
|
|
||||||
## v19.04:
|
## v19.04:
|
||||||
|
|
||||||
### nvme
|
### nvme
|
||||||
|
@ -46,7 +46,7 @@
|
|||||||
/**
|
/**
|
||||||
* Minor version number (month of original release).
|
* Minor version number (month of original release).
|
||||||
*/
|
*/
|
||||||
#define SPDK_VERSION_MINOR 4
|
#define SPDK_VERSION_MINOR 7
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Patch level.
|
* Patch level.
|
||||||
@ -59,7 +59,7 @@
|
|||||||
/**
|
/**
|
||||||
* Version string suffix.
|
* Version string suffix.
|
||||||
*/
|
*/
|
||||||
#define SPDK_VERSION_SUFFIX ""
|
#define SPDK_VERSION_SUFFIX "-pre"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Single numeric value representing a version number for compile-time comparisons.
|
* Single numeric value representing a version number for compile-time comparisons.
|
||||||
|
@ -2,12 +2,12 @@
|
|||||||
%bcond_with doc
|
%bcond_with doc
|
||||||
|
|
||||||
Name: spdk
|
Name: spdk
|
||||||
Version: 19.04
|
Version: master
|
||||||
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/v19.04.tar.gz
|
Source: https://github.com/spdk/spdk/archive/master.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}
|
||||||
|
Loading…
Reference in New Issue
Block a user