diff options
author | Lars-Dominik Braun <PromyLOPh@lavabit.com> | 2010-11-06 13:38:14 +0100 |
---|---|---|
committer | Lars-Dominik Braun <PromyLOPh@lavabit.com> | 2010-11-06 13:38:14 +0100 |
commit | ec131671d8c76db298f01022e04556a49bb86d2b (patch) | |
tree | fee112355a450f4adaf3f31804a488f1892e9c15 | |
parent | 8cf92b107695b2fe04b86c90d64f4f74e4288c44 (diff) | |
download | pianobar-ec131671d8c76db298f01022e04556a49bb86d2b.tar.gz pianobar-ec131671d8c76db298f01022e04556a49bb86d2b.tar.bz2 pianobar-ec131671d8c76db298f01022e04556a49bb86d2b.zip |
Prepare for release 2010.11.062010.11.06
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | src/config.h | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,10 @@ +Release 2010.11.06 + +- XMLRLC api version bump (v29) +- Automatic reauthentication +- Minor bugfixes/code cleanup +- Documentation fix + Release 2010.10.07 - XMLRPC api version bump (v28) diff --git a/src/config.h b/src/config.h index 0b583a6..4eba14e 100644 --- a/src/config.h +++ b/src/config.h @@ -4,6 +4,6 @@ /* package name */ #define PACKAGE "pianobar" -#define VERSION "2010.10.07-dev" +#define VERSION "2010.11.06" #endif /* _CONFIG_H */ |