diff --git a/CHANGELOG.md b/CHANGELOG.md index dbf14be692..d66a4fea87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## v19.10.1: (Upcoming Release) +## v19.10.1: ### thread diff --git a/include/spdk/version.h b/include/spdk/version.h index ffbba4b620..81a3294d02 100644 --- a/include/spdk/version.h +++ b/include/spdk/version.h @@ -54,7 +54,7 @@ * Patch level is incremented on maintenance branch releases and reset to 0 for each * new major.minor release. */ -#define SPDK_VERSION_PATCH 0 +#define SPDK_VERSION_PATCH 1 /** * Version string suffix. diff --git a/pkg/spdk.spec b/pkg/spdk.spec index 9261b43e6a..615e7e7c53 100644 --- a/pkg/spdk.spec +++ b/pkg/spdk.spec @@ -2,12 +2,12 @@ %bcond_with doc Name: spdk -Version: 19.10 +Version: 19.10.1 Release: 0%{?dist} Epoch: 0 URL: http://spdk.io -Source: https://github.com/spdk/spdk/archive/v19.10.tar.gz +Source: https://github.com/spdk/spdk/archive/v19.10.1.tar.gz Summary: Set of libraries and utilities for high performance user-mode storage %define package_version %{epoch}:%{version}-%{release}