Skip to content

Commit

Permalink
Release 0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaski committed May 5, 2019
1 parent 4a11063 commit 125e32f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ Strawberry Music Player
=======================
ChangeLog

Version 0.5.5:

* Fixed Tidal API url

Version 0.5.4:

* Changed description for offline mode scrobbling for less confusion
Expand Down
4 changes: 2 additions & 2 deletions cmake/Version.cmake
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
set(STRAWBERRY_VERSION_MAJOR 0)
set(STRAWBERRY_VERSION_MINOR 5)
set(STRAWBERRY_VERSION_PATCH 4)
set(STRAWBERRY_VERSION_PATCH 5)
#set(STRAWBERRY_VERSION_PRERELEASE rc1)

set(INCLUDE_GIT_REVISION ON)
set(INCLUDE_GIT_REVISION OFF)

set(majorminorpatch "${STRAWBERRY_VERSION_MAJOR}.${STRAWBERRY_VERSION_MINOR}.${STRAWBERRY_VERSION_PATCH}")

Expand Down

0 comments on commit 125e32f

Please sign in to comment.