Release 0.1.5

This commit is contained in:
Jonas Kvinge 2018-05-16 22:20:46 +02:00
parent 7b05bfd8b8
commit aa4d8620f7
2 changed files with 4 additions and 1 deletions

View File

@ -2,6 +2,9 @@ Strawberry Music Player
======================= =======================
ChangeLog ChangeLog
Version 0.1.5:
* Makefile fixes for building
Version 0.1.4: Version 0.1.4:
* Fixed compliation with clang compiler * Fixed compliation with clang compiler
* This release is mainly to get it working on openbsd and freebsd. * This release is mainly to get it working on openbsd and freebsd.

View File

@ -1,6 +1,6 @@
set(STRAWBERRY_VERSION_MAJOR 0) set(STRAWBERRY_VERSION_MAJOR 0)
set(STRAWBERRY_VERSION_MINOR 1) set(STRAWBERRY_VERSION_MINOR 1)
set(STRAWBERRY_VERSION_PATCH 4) set(STRAWBERRY_VERSION_PATCH 5)
#set(STRAWBERRY_VERSION_PRERELEASE rc1) #set(STRAWBERRY_VERSION_PRERELEASE rc1)
set(INCLUDE_GIT_REVISION OFF) set(INCLUDE_GIT_REVISION OFF)