diff --git a/CMakeLists.txt b/CMakeLists.txt index 8f4d8c36..2a4c4b0a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/tcmu-runner.spec b/tcmu-runner.spec index 7676e3f7..170e6757 100644 --- a/tcmu-runner.spec +++ b/tcmu-runner.spec @@ -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