diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ce5494f94..b54bd85e54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## v18.10.1: (Upcoming Release) +## v18.10.1: ### Packaging diff --git a/include/spdk/version.h b/include/spdk/version.h index 62e21a48ce..ce73f3600f 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 a8b5bb5d8e..68b25a16a2 100644 --- a/pkg/spdk.spec +++ b/pkg/spdk.spec @@ -2,12 +2,12 @@ %bcond_with doc Name: spdk -Version: 18.10.x +Version: 18.10.1 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.1.tar.gz#/%{name}-%{version}.tar.gz Summary: Set of libraries and utilities for high performance user-mode storage %define spdk_build_dir %{name}-%{version}