diff --git a/CHANGELOG.md b/CHANGELOG.md index bd7a93559..e7c95cce9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## v21.01: (Upcoming Release) +## v21.01: Dynamic scheduler, vfio-user, ZNS Zone Append ### bdev diff --git a/include/spdk/version.h b/include/spdk/version.h index 16c0e7e57..494c5c479 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 248750884..2237635a8 100644 --- a/pkg/spdk.spec +++ b/pkg/spdk.spec @@ -2,12 +2,12 @@ %bcond_with doc Name: spdk -Version: master +Version: 21.01 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/v21.01.tar.gz Summary: Set of libraries and utilities for high performance user-mode storage %define package_version %{epoch}:%{version}-%{release}