diff --git a/Changelog b/Changelog index d3438b939..e2a649548 100644 --- a/Changelog +++ b/Changelog @@ -2,6 +2,14 @@ Strawberry Music Player ======================= ChangeLog +Version 0.1.3: + * Audio file detection by content + * Added builtin taglib to 3rdparty to support detecting audio by content instead of just file extension + * Removed unneeded bulitin qsqlite from 3rdparty + * Added sqldrivers\qsqlite.dll for windows build + * Replaced incorrect DLL libgstdirectsoundsink.dll (from gst 1.12.4) instead of libgstdirectsound.dll (from gst 1.14.0) for windows build + * Fixed git versioning + Version 0.1.2: * Fixed playback of WavPack files * Fixed musicbrainz tagfetcher diff --git a/cmake/Version.cmake b/cmake/Version.cmake index 398c643b6..f0072bb8a 100644 --- a/cmake/Version.cmake +++ b/cmake/Version.cmake @@ -3,7 +3,7 @@ set(STRAWBERRY_VERSION_MINOR 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}")