Skip to content

Commit

Permalink
Release 0.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaski committed Nov 27, 2019
1 parent 793f6b0 commit cd490ca
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Changelog
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Strawberry Music Player
=======================
ChangeLog

Unreleased:
Version 0.6.7:

* Fixed crash when cancelling scrobbler authentication
* Fixed "Double clicking a song in the playlist" behaviour setting
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 6)
set(STRAWBERRY_VERSION_PATCH 6)
set(STRAWBERRY_VERSION_PATCH 7)
#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
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: strawberry
version: '0.6.6+git'
version: '0.6.7+git'
summary: music player and collection organizer
description: |
Strawberry is a music player and collection organizer.
Expand Down

0 comments on commit cd490ca

Please sign in to comment.