diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2011-09-22 12:34:19 +0200 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2011-09-22 12:34:19 +0200 |
commit | b955dea47fae00b6205a6430c001ae2de93bcdb4 (patch) | |
tree | 51fbbb0c847da4ba915293db9e9130bc26f291c8 | |
parent | 349bb987049eac94867c6a556449b57ca4674546 (diff) | |
download | pianobar-windows-b955dea47fae00b6205a6430c001ae2de93bcdb4.tar.gz pianobar-windows-b955dea47fae00b6205a6430c001ae2de93bcdb4.tar.bz2 pianobar-windows-b955dea47fae00b6205a6430c001ae2de93bcdb4.zip |
Prepare for release 2011.09.22
-rw-r--r-- | ChangeLog | 10 | ||||
-rw-r--r-- | src/config.h | 2 |
2 files changed, 11 insertions, 1 deletions
@@ -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 */ |