Release 0.9.1

This commit is contained in:
Jonas Kvinge 2021-03-13 16:01:02 +01:00
parent 88797424f1
commit 1d89c46638
2 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@ Strawberry Music Player
=======================
ChangeLog
Unreleased:
0.9.1:
Bugfixes:
* Fix duplicating songs in the DB when organizing songs between 2 different collection directories.

View File

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