diff options
-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 */ |