Release 0.1.5
This commit is contained in:
parent
7b05bfd8b8
commit
aa4d8620f7
|
@ -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.
|
||||||
|
|
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue