Release 0.6.7
This commit is contained in:
parent
793f6b00e6
commit
cd490ca946
@ -2,7 +2,7 @@ Strawberry Music Player
|
|||||||
=======================
|
=======================
|
||||||
ChangeLog
|
ChangeLog
|
||||||
|
|
||||||
Unreleased:
|
Version 0.6.7:
|
||||||
|
|
||||||
* Fixed crash when cancelling scrobbler authentication
|
* Fixed crash when cancelling scrobbler authentication
|
||||||
* Fixed "Double clicking a song in the playlist" behaviour setting
|
* Fixed "Double clicking a song in the playlist" behaviour setting
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
set(STRAWBERRY_VERSION_MAJOR 0)
|
set(STRAWBERRY_VERSION_MAJOR 0)
|
||||||
set(STRAWBERRY_VERSION_MINOR 6)
|
set(STRAWBERRY_VERSION_MINOR 6)
|
||||||
set(STRAWBERRY_VERSION_PATCH 6)
|
set(STRAWBERRY_VERSION_PATCH 7)
|
||||||
#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}")
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name: strawberry
|
name: strawberry
|
||||||
version: '0.6.6+git'
|
version: '0.6.7+git'
|
||||||
summary: music player and collection organizer
|
summary: music player and collection organizer
|
||||||
description: |
|
description: |
|
||||||
Strawberry is a music player and collection organizer.
|
Strawberry is a music player and collection organizer.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user