diff --git a/CHANGELOG.md b/CHANGELOG.md index f2a7ac93b..4accc7ea7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## v19.04: (Upcoming Release) +## v19.04: ### nvme diff --git a/include/spdk/version.h b/include/spdk/version.h index 9af04f05e..14a091f95 100644 --- a/include/spdk/version.h +++ b/include/spdk/version.h @@ -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. diff --git a/pkg/spdk.spec b/pkg/spdk.spec index 851aa508b..a75974e28 100644 --- a/pkg/spdk.spec +++ b/pkg/spdk.spec @@ -2,12 +2,12 @@ %bcond_with doc Name: spdk -Version: master +Version: 19.04 Release: 0%{?dist} Epoch: 0 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 %define package_version %{epoch}:%{version}-%{release}