diff --git a/CMakeLists.txt b/CMakeLists.txt index 223606307..529f4d3ab 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ SET( TOMAHAWK_DESCRIPTION_SUMMARY "The social media player" ) SET( TOMAHAWK_VERSION_MAJOR 0 ) SET( TOMAHAWK_VERSION_MINOR 4 ) -SET( TOMAHAWK_VERSION_PATCH 1 ) +SET( TOMAHAWK_VERSION_PATCH 2 ) #SET( TOMAHAWK_VERSION_RC 0 ) diff --git a/ChangeLog b/ChangeLog index ab23e68e3..3ca423845 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Version 0.4.2: + * Fixed not starting up due to case sensitivity issue on OS X. + * Fixed volume issue (too quiet) on Windows. + Version 0.4.1: * Fixed various crashes. * Fixed issues with auto-updating XSPF playlists.