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
Unreleased:
Version 0.3.2:
* Fixed search error not shown in Tidal search
* 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_MINOR 3)
set(STRAWBERRY_VERSION_PATCH 1)
set(STRAWBERRY_VERSION_PATCH 2)
#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}")