Skip to content

Commit

Permalink
Bump version to 1.5.0.
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Christie <[email protected]>
  • Loading branch information
Mike Christie committed Jul 30, 2019
1 parent 0424dd6 commit 23d755a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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)
set(VERSION 1.5.0)
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Werror -Wall -Wdeclaration-after-statement -std=c99")

include(GNUInstallDirs)
Expand Down Expand Up @@ -56,7 +56,7 @@ add_library(tcmu
)
set_target_properties(tcmu
PROPERTIES
VERSION 2.1
VERSION 2.2
SOVERSION "2"
)
target_include_directories(tcmu
Expand Down
2 changes: 1 addition & 1 deletion tcmu-runner.spec
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Name: tcmu-runner
Summary: A daemon that handles the userspace side of the LIO TCM-User backstore
Group: System Environment/Daemons
License: ASL 2.0 or LGPLv2+
Version: 1.4.0
Version: 1.5.0
URL: https://github.com/open-iscsi/tcmu-runner

#%define _RC
Expand Down

0 comments on commit 23d755a

Please sign in to comment.