diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | src/config.h | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,10 @@ +Release 2011.07.09 + +- Protocol version bump (v31) +- Fix quickmix +- Customizeable format strings +- Basic proxy authentication + Release 2011.04.27 - Protocol version bump (v30) diff --git a/src/config.h b/src/config.h index 8315295..eec5434 100644 --- a/src/config.h +++ b/src/config.h @@ -4,6 +4,6 @@ /* package name */ #define PACKAGE "pianobar" -#define VERSION "2011.04.27-dev" +#define VERSION "2011.07.09" #endif /* _CONFIG_H */ |