Change-Id: I83848662f61dd04b008aa56feb066852ede17812
Signed-off-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/449571
Reviewed-by: Lance Hartmann <lance.hartmann@oracle.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
This commit is contained in:
Ben Walker 2019-03-29 09:26:43 -07:00
parent da4e30f492
commit 84129f0be6
3 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Changelog
## v18.10.2: (Upcoming Release)
## v18.10.2:
DPDK 18.11 is now supported.

View File

@ -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.

View File

@ -2,12 +2,12 @@
%bcond_with doc
Name: spdk
Version: 18.10.x
Version: 18.10.2
Release: 0%{?dist}
Epoch: 0
URL: http://spdk.io
Source: https://github.com/spdk/spdk/archive/v18.10.x.tar.gz#/%{name}-%{version}.tar.gz
Source: https://github.com/spdk/spdk/archive/v18.10.2.tar.gz#/%{name}-%{version}.tar.gz
Summary: Set of libraries and utilities for high performance user-mode storage
%define spdk_build_dir %{name}-%{version}