diff options
author | Lars-Dominik Braun <PromyLOPh@lavabit.com> | 2010-10-07 10:54:32 +0200 |
---|---|---|
committer | Lars-Dominik Braun <PromyLOPh@lavabit.com> | 2010-10-07 10:54:32 +0200 |
commit | f967ab35735bc3156730bd14c9d501ac0a425051 (patch) | |
tree | 0b002c6f5e7be92e282dd1e1523be4c94a69143d | |
parent | 30d31f709e7bffda8fe1b9275f0919cc7c13e546 (diff) | |
download | pianobar-f967ab35735bc3156730bd14c9d501ac0a425051.tar.gz pianobar-f967ab35735bc3156730bd14c9d501ac0a425051.tar.bz2 pianobar-f967ab35735bc3156730bd14c9d501ac0a425051.zip |
Prepare for release 2010.10.072010.10.07
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | src/config.h | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +Release 2010.10.07 + +- XMLRPC api version bump (v28) + Release 2010.08.21 - First "official" release diff --git a/src/config.h b/src/config.h index b8e06f1..445e89a 100644 --- a/src/config.h +++ b/src/config.h @@ -4,6 +4,6 @@ /* package name */ #define PACKAGE "pianobar" -#define VERSION "2010.08.21-dev" +#define VERSION "2010.10.07" #endif /* _CONFIG_H */ |