|
From: Yoda-JM <yo...@us...> - 2009-08-27 09:15:15
|
Module: performous Branch: master Commit: 28d92a863f27c2627ab0e0f59913c2bbd6d81120 Author: Vincent Le Ligeour <yo...@us...> Date: Thu Aug 27 11:12:15 2009 +0200 Changed revision --- CMakeLists.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3a03b45..2a843d8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ project(Performous CXX) cmake_minimum_required(VERSION 2.6) -set(PROJECT_VERSION "0.4-pre3") +set(PROJECT_VERSION "0.4-pre4") # Avoid source tree pollution if(CMAKE_SOURCE_DIR STREQUAL CMAKE_BINARY_DIR) |