From 18d073ef8c3e6651b4d71cc8fe4e0129649b4f6c Mon Sep 17 00:00:00 2001 From: Mike Christie Date: Mon, 14 Aug 2017 22:32:35 -0500 Subject: [PATCH] tcmu: bump version to 1.3.0-rc1 Bump version to 1.3.0-rc1. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ab05748d..4a76e0b8 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.2.0) +set(VERSION 1.3.0-rc1) set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Wdeclaration-after-statement -std=c99") include(GNUInstallDirs)