From f14313eed84c86d49fc272961eae4a99227d3975 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Thu, 14 Feb 2019 09:37:03 +0100 Subject: Release 2019.02.14 --- ChangeLog | 4 ++++ src/config.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2dd65ff..118a7aa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Release 2019.02.14 + +- Fix MP3 playback (affects premium subscribers with audio quality “high”) + Release 2019.01.25 - Implement audio buffering diff --git a/src/config.h b/src/config.h index 6f615a2..e68193d 100644 --- a/src/config.h +++ b/src/config.h @@ -3,7 +3,7 @@ /* package name */ #define PACKAGE "pianobar" -#define VERSION "2019.01.25-dev" +#define VERSION "2019.02.14" /* glibc feature test macros, define _before_ including other files */ #define _POSIX_C_SOURCE 200809L -- cgit v1.2.3