From 23d755ab1a364da03dc9c3cfa9082dd69ef21706 Mon Sep 17 00:00:00 2001
From: Mike Christie <mchristi@redhat.com>
Date: Tue, 30 Jul 2019 10:55:05 -0500
Subject: [PATCH] Bump version to 1.5.0.

Signed-off-by: Mike Christie <mchristi@redhat.com>
---
 CMakeLists.txt   | 4 ++--
 tcmu-runner.spec | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6bc16c27..12bfc8c7 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)
+set(VERSION 1.5.0)
 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Werror -Wall -Wdeclaration-after-statement -std=c99")
 
 include(GNUInstallDirs)
@@ -56,7 +56,7 @@ add_library(tcmu
   )
 set_target_properties(tcmu
   PROPERTIES
-  VERSION 2.1
+  VERSION 2.2
   SOVERSION "2"
   )
 target_include_directories(tcmu
diff --git a/tcmu-runner.spec b/tcmu-runner.spec
index c4ae4c9a..13a6f44d 100644
--- a/tcmu-runner.spec
+++ b/tcmu-runner.spec
@@ -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