Skip to content

Commit

Permalink
Bump version to 1.6.2
Browse files Browse the repository at this point in the history
Signed-off-by: Xiubo Li <xiubli@redhat.com>
  • Loading branch information
lxbsz committed May 6, 2023
1 parent b9096e2 commit 7b9e500
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
@@ -1,6 +1,6 @@
cmake_minimum_required (VERSION 2.8 FATAL_ERROR)
project (tcmu-runner C)
set(VERSION 1.6.1)
set(VERSION 1.6.2)
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
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.6.1
Version: 1.6.2
URL: https://github.com/open-iscsi/tcmu-runner

#%define _RC
Expand Down

0 comments on commit 7b9e500

Please sign in to comment.