From e8d1db7338b14665fc28b16ad0c7e5811d0ecb3c Mon Sep 17 00:00:00 2001 From: Patrick von Reth Date: Thu, 8 Mar 2012 14:32:07 +0100 Subject: [PATCH] bumped to 0.4 --- src/core/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 6f80638..aaeb63c 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -4,8 +4,8 @@ include(GetGitRevisionDescription) set(SNORE_VERSION_MAJOR 0) -set(SNORE_VERSION_MINOR 3) -set(SNORE_VERSION_SUFFIX ) +set(SNORE_VERSION_MINOR 4) +set(SNORE_VERSION_SUFFIX pre) get_git_head_revision(GIT_REFSPEC SNORE_REVISION) configure_file("${CMAKE_CURRENT_SOURCE_DIR}/version.cpp.in" "${CMAKE_CURRENT_BINARY_DIR}/version.cpp" @ONLY)