From 272add3c3b540e4d26a2ea9c06aecfacf65bb80a Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Wed, 25 Jul 2012 14:37:42 +0200 Subject: [PATCH] * Bumped to 0.5.5 and fixed ChangeLog width. --- CMakeLists.txt | 2 +- ChangeLog | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ab2084e76..68f952c5e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ SET( TOMAHAWK_DESCRIPTION_SUMMARY "The social media player" ) SET( TOMAHAWK_VERSION_MAJOR 0 ) SET( TOMAHAWK_VERSION_MINOR 5 ) -SET( TOMAHAWK_VERSION_PATCH 4 ) +SET( TOMAHAWK_VERSION_PATCH 5 ) #SET( TOMAHAWK_VERSION_RC 0 ) diff --git a/ChangeLog b/ChangeLog index ec3fe6108..3376fb92f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,7 +3,7 @@ Version 0.5.5: * Fixed shortcuts not working in the global search field on OS X. * Fixed The Echo Nest stations. * Code-signed executable on OS X for GateKeeper. - * Fixed logging in to spotify when pressing return in the spotify config dialog. + * Fixed logging in to Spotify when pressing return in the config dialog. * Fixed queue not auto-collapsing when playing the last track. * Fixed bug where album listings would fail to show up. * Improved stability.