diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | src/config.h | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +Release 2011.11.09 + +- Protocol version bump (v33) +- Minor bugfixes + Release 2011.09.22 - Protocol version bump (v32) diff --git a/src/config.h b/src/config.h index b0f7e59..b3717f0 100644 --- a/src/config.h +++ b/src/config.h @@ -4,6 +4,6 @@ /* package name */ #define PACKAGE "pianobar" -#define VERSION "2011.09.22-dev" +#define VERSION "2011.11.09" #endif /* _CONFIG_H */ |