1
0
mirror of https://github.com/strawberrymusicplayer/strawberry synced 2024-12-26 08:13:17 +01:00

Release 0.1.6

This commit is contained in:
Jonas Kvinge 2018-06-07 23:23:59 +02:00
parent 60b55b6d7d
commit bc78c3f3cb
2 changed files with 7 additions and 2 deletions

View File

@ -2,6 +2,11 @@ Strawberry Music Player
=======================
ChangeLog
Version 0.1.6:
* Fix crash on exit caused by NVIDIA driver
* Fix PulseAudio device selection
* Improvements to device selection
Version 0.1.5:
* Makefile fixes for building

View File

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