Skip to content

Commit

Permalink
SPDK 19.10.1
Browse files Browse the repository at this point in the history
Change-Id: I3aa4fadc32a381cfe0686650db8bf409f0834ae0
Signed-off-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/478449
Community-CI: SPDK CI Jenkins <sys_sgci@intel.com>
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Reviewed-by: Alexey Marchuk <alexeymar@mellanox.com>
  • Loading branch information
tomzawadzki committed Jan 2, 2020
1 parent 92b1758 commit 2499efe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog

## v19.10.1: (Upcoming Release)
## v19.10.1:

### thread

Expand Down
2 changes: 1 addition & 1 deletion include/spdk/version.h
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions pkg/spdk.spec
Expand Up @@ -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}
Expand Down

0 comments on commit 2499efe

Please sign in to comment.