1
0
mirror of https://github.com/strawberrymusicplayer/strawberry synced 2024-12-26 16:24:41 +01:00

Release 0.3.1

This commit is contained in:
Jonas Kvinge 2018-09-15 19:22:55 +02:00
parent 9d9492b528
commit 8e35e0c476
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ Strawberry Music Player
======================= =======================
ChangeLog ChangeLog
Unreleased: Version 0.3.1:
* Added new lyrics provider with lyrics from AudD and API Seeds * Added new lyrics provider with lyrics from AudD and API Seeds
* New improved context widget with albums and lyrics * New improved context widget with albums and lyrics

View File

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