diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f9512bf72..7e701e9991 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## v19.07.1: (Upcoming Release) +## v19.07.1: ### build diff --git a/include/spdk/version.h b/include/spdk/version.h index 7ccb8695bc..735f6f0255 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 c36a2be346..9ced257a90 100644 --- a/pkg/spdk.spec +++ b/pkg/spdk.spec @@ -2,12 +2,12 @@ %bcond_with doc Name: spdk -Version: 19.07 +Version: 19.07.1 Release: 0%{?dist} Epoch: 0 URL: http://spdk.io -Source: https://github.com/spdk/spdk/archive/v19.07.tar.gz +Source: https://github.com/spdk/spdk/archive/v19.07.1.tar.gz Summary: Set of libraries and utilities for high performance user-mode storage %define package_version %{epoch}:%{version}-%{release}