From b955dea47fae00b6205a6430c001ae2de93bcdb4 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Thu, 22 Sep 2011 12:34:19 +0200 Subject: Prepare for release 2011.09.22 --- ChangeLog | 10 ++++++++++ src/config.h | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 72de615..f79c213 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Release 2011.09.22 + +- Protocol version bump (v32) +- Customizeable list format, %@ format string and fifo path +- Fix quickmix station filtering +- Add quickmix station toggling +- Bookmarking will correctly report success again +- OS X and FreeBSD Makefile fixes +- Other minor fixes/improvements + Release 2011.07.09 - Protocol version bump (v31) diff --git a/src/config.h b/src/config.h index d8db15a..00f4c99 100644 --- a/src/config.h +++ b/src/config.h @@ -4,6 +4,6 @@ /* package name */ #define PACKAGE "pianobar" -#define VERSION "2011.07.09-dev" +#define VERSION "2011.09.22" #endif /* _CONFIG_H */ -- cgit v1.2.3