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