From 9fc45b4064cc1ea1befd092d204b68cc5884b3d1 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Fri, 25 Jan 2019 13:17:29 +0100 Subject: Release 2019.01.25 --- ChangeLog | 4 ++++ src/config.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0b50b1e..2dd65ff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Release 2019.01.25 + +- Implement audio buffering + Release 2018.06.22 - Happy 10th birthday pianobar! diff --git a/src/config.h b/src/config.h index bc8934a..754d913 100644 --- a/src/config.h +++ b/src/config.h @@ -3,7 +3,7 @@ /* package name */ #define PACKAGE "pianobar" -#define VERSION "2018.06.22-dev" +#define VERSION "2019.01.25" /* glibc feature test macros, define _before_ including other files */ #define _POSIX_C_SOURCE 200809L -- cgit v1.2.3