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)