diff --git a/Changelog b/Changelog index 22a5153e4..a24805b0f 100644 --- a/Changelog +++ b/Changelog @@ -2,6 +2,13 @@ Strawberry Music Player ======================= ChangeLog +0.7.2: + + BugFixes: + * Fixed installation directory for translations. + * Fixed collection sorting for non-ASCII characters. + * Fixed closing connected devices on exit. + 0.7.1: Bugfixes: diff --git a/cmake/Version.cmake b/cmake/Version.cmake index ced2c7bb1..4800f26ed 100644 --- a/cmake/Version.cmake +++ b/cmake/Version.cmake @@ -1,9 +1,9 @@ set(STRAWBERRY_VERSION_MAJOR 0) set(STRAWBERRY_VERSION_MINOR 7) -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}") diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 0a94572f2..a2d4f910f 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: strawberry -version: '0.7.1+git' +version: '0.7.2+git' summary: music player and collection organizer description: | Strawberry is a music player and collection organizer.