From da07361ec0ab130026dc93e236e01a642e933b5c Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Sun, 1 Jul 2012 02:29:57 +0200 Subject: [PATCH] * Bumped to 0.5.1. --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1ebe1f32e..defca17d3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,9 +13,9 @@ SET( TOMAHAWK_DESCRIPTION_SUMMARY "The social media player" ) SET( TOMAHAWK_VERSION_MAJOR 0 ) SET( TOMAHAWK_VERSION_MINOR 5 ) -SET( TOMAHAWK_VERSION_PATCH 0 ) +SET( TOMAHAWK_VERSION_PATCH 1 ) -#SET( TOMAHAWK_VERSION_RC 0 ) +SET( TOMAHAWK_VERSION_RC 0 ) # enforce proper symbol exporting on all platforms add_definitions( "-fvisibility=hidden" )