1
0
mirror of https://github.com/strawberrymusicplayer/strawberry synced 2025-01-22 21:52:46 +01:00

Release 0.3.2

This commit is contained in:
Jonas Kvinge 2018-09-24 18:42:21 +02:00
parent a8e9aba58b
commit 59622c52ad
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ Strawberry Music Player
======================= =======================
ChangeLog ChangeLog
Unreleased: Version 0.3.2:
* Fixed search error not shown in Tidal search * Fixed search error not shown in Tidal search
* Added URL handler for Tidal, now retriving URL's when playing instead of when searching * Added URL handler for Tidal, now retriving URL's when playing instead of when searching

View File

@ -1,9 +1,9 @@
set(STRAWBERRY_VERSION_MAJOR 0) set(STRAWBERRY_VERSION_MAJOR 0)
set(STRAWBERRY_VERSION_MINOR 3) set(STRAWBERRY_VERSION_MINOR 3)
set(STRAWBERRY_VERSION_PATCH 1) set(STRAWBERRY_VERSION_PATCH 2)
#set(STRAWBERRY_VERSION_PRERELEASE rc1) #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}") set(majorminorpatch "${STRAWBERRY_VERSION_MAJOR}.${STRAWBERRY_VERSION_MINOR}.${STRAWBERRY_VERSION_PATCH}")