Skip to content

Commit

Permalink
Bump version to 1.6.0
Browse files Browse the repository at this point in the history
Signed-off-by: Xiubo Li <[email protected]>
  • Loading branch information
lxbsz committed Oct 14, 2022
1 parent 4df9a54 commit 82a2e3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.5.4)
set(VERSION 1.6.0)
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Werror -Wall -Wdeclaration-after-statement -std=c99")

include(GNUInstallDirs)
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.5.4
Version: 1.6.0
URL: https://github.com/open-iscsi/tcmu-runner

#%define _RC
Expand Down

0 comments on commit 82a2e3e

Please sign in to comment.