Skip to content

Commit

Permalink
tcmu-runner: bump version to 1.4.0
Browse files Browse the repository at this point in the history
Bump version to 1.4.0

Signed-off-by: Mike Christie <mchristi@redhat.com>
  • Loading branch information
Mike Christie committed Oct 8, 2018
1 parent 41cc601 commit 2c12507
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required (VERSION 2.8 FATAL_ERROR)
project (tcmu-runner C)
set(VERSION 1.4.0-rc1)
set(VERSION 1.4.0)
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Werror -Wall -Wdeclaration-after-statement -std=c99")

include(GNUInstallDirs)
Expand Down
4 changes: 2 additions & 2 deletions tcmu-runner.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ Name: tcmu-runner
Summary: A daemon that handles the userspace side of the LIO TCM-User backstore
Group: System Environment/Kernel
License: Apache 2.0 or LGPLv2.1
Version: 1.3.0
Version: 1.4.0
URL: https://github.com/open-iscsi/tcmu-runner

%define _RC rc4
#%define _RC
Release: %{?_RC:%{_RC}}%{dist}
BuildRoot: %(mktemp -udp %{_tmppath}/%{name}-%{version}%{?_RC:-%{_RC}})
Source: %{name}-%{version}%{?_RC:-%{_RC}}.tar.gz
Expand Down

0 comments on commit 2c12507

Please sign in to comment.