bumped to 0.4

This commit is contained in:
Patrick von Reth 2012-03-08 14:32:07 +01:00
parent e4106b056d
commit e8d1db7338
1 changed files with 2 additions and 2 deletions

View File

@ -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)