From 37067029043573ce3ebfdfa36b49aaffdb97ec13 Mon Sep 17 00:00:00 2001 From: Darek Stojaczyk Date: Mon, 6 May 2019 12:20:48 +0200 Subject: [PATCH] version: 19.04.1-pre Change-Id: I87b4e4a9573b1361fcaef12d363a426ba606637d Signed-off-by: Darek Stojaczyk Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/453252 Reviewed-by: Tomasz Zawadzki Reviewed-by: Jim Harris Reviewed-by: Ben Walker Tested-by: SPDK CI Jenkins --- CHANGELOG.md | 2 ++ include/spdk/version.h | 4 ++-- pkg/spdk.spec | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4accc7ea7..89d25e1f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog +## v19.04.1: (Upcoming Release) + ## v19.04: ### nvme diff --git a/include/spdk/version.h b/include/spdk/version.h index 14a091f95..ee609e1d9 100644 --- a/include/spdk/version.h +++ b/include/spdk/version.h @@ -54,12 +54,12 @@ * 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. */ -#define SPDK_VERSION_SUFFIX "" +#define SPDK_VERSION_SUFFIX "-pre" /** * Single numeric value representing a version number for compile-time comparisons. diff --git a/pkg/spdk.spec b/pkg/spdk.spec index a75974e28..ccef52afe 100644 --- a/pkg/spdk.spec +++ b/pkg/spdk.spec @@ -2,12 +2,12 @@ %bcond_with doc Name: spdk -Version: 19.04 +Version: 19.04.x Release: 0%{?dist} Epoch: 0 URL: http://spdk.io -Source: https://github.com/spdk/spdk/archive/v19.04.tar.gz +Source: https://github.com/spdk/spdk/archive/v19.04.x.tar.gz Summary: Set of libraries and utilities for high performance user-mode storage %define package_version %{epoch}:%{version}-%{release}