|
From: Lasse Kärkkäi. <tr...@us...> - 2009-11-29 08:23:07
|
Module: performous Branch: dance Commit: 35f7c53fbff5fecd288332d3dee3e80f395efb38 Author: Vincent Le Ligeour <yo...@us...> Date: Sat Nov 28 10:39:33 2009 +0100 Revert "Bump version number" This reverts commit b1ac859271ccef79392e2995458452d2db37b331. --- CMakeLists.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a549d2a..6437a8e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ project(Performous CXX) cmake_minimum_required(VERSION 2.6) cmake_policy(VERSION 2.6) -set(PROJECT_VERSION "0.4.0+") +set(PROJECT_VERSION "0.4.0") # Avoid source tree pollution if(CMAKE_SOURCE_DIR STREQUAL CMAKE_BINARY_DIR) |