|
From: Tapio V. <aa...@us...> - 2010-10-31 15:49:46
|
Module: performous Branch: master Commit: 704a0e00c7783a29e9258c417882071286445d75 Author: Tapio Vierros <tap...@gm...> Date: Sun Oct 31 17:49:09 2010 +0200 Bump version to 0.6.1 --- CMakeLists.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index dc1921d..03f0872 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ project(Performous CXX C) cmake_minimum_required(VERSION 2.6) cmake_policy(VERSION 2.6) -set(PROJECT_VERSION "0.6.0+") +set(PROJECT_VERSION "0.6.1") # Avoid source tree pollution if(CMAKE_SOURCE_DIR STREQUAL CMAKE_BINARY_DIR) |