From 8c9c9db914c9af86a8b0e895f90968b51247f072 Mon Sep 17 00:00:00 2001 From: Mike Christie Date: Fri, 19 Jan 2018 17:25:47 -0600 Subject: [PATCH] tcmu-runner: bump version to 1.3.0 Bump version to 1.3.0. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8d1f6566..b5b65c3e 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.3.0-rc4) +set(VERSION 1.3.0) set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Werror -Wall -Wdeclaration-after-statement -std=c99") include(GNUInstallDirs)