diff options
author | Lars-Dominik Braun <PromyLOPh@lavabit.com> | 2009-04-08 11:49:38 +0200 |
---|---|---|
committer | Lars-Dominik Braun <PromyLOPh@lavabit.com> | 2009-04-08 11:49:38 +0200 |
commit | 6e5b8914dd30e14272b1ac223f97c4def0395459 (patch) | |
tree | e1bcbf944c50e8ab92ee32d1083caa761e4de270 /libpiano/src/main.c | |
parent | b76e4477a970fc07bba46c261efbd64197042b1d (diff) | |
download | pianobar-6e5b8914dd30e14272b1ac223f97c4def0395459.tar.gz pianobar-6e5b8914dd30e14272b1ac223f97c4def0395459.tar.bz2 pianobar-6e5b8914dd30e14272b1ac223f97c4def0395459.zip |
Protocol version bump
Blowfish key stays the same (thanks again, pandora), no incompatible
protocol changes found
Diffstat (limited to 'libpiano/src/main.c')
-rw-r--r-- | libpiano/src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpiano/src/main.c b/libpiano/src/main.c index 0ba857f..7e7b989 100644 --- a/libpiano/src/main.c +++ b/libpiano/src/main.c @@ -33,7 +33,7 @@ THE SOFTWARE. #include "crypt.h" #include "config.h" -#define PIANO_PROTOCOL_VERSION "22" +#define PIANO_PROTOCOL_VERSION "23" #define PIANO_RPC_URL "http://www.pandora.com/radio/xmlrpc/v" \ PIANO_PROTOCOL_VERSION "?" #define PIANO_SECURE_RPC_URL "https://www.pandora.com/radio/xmlrpc/v" \ |