diff options
author | Lars-Dominik Braun <PromyLOPh@lavabit.com> | 2009-05-20 17:24:33 +0200 |
---|---|---|
committer | Lars-Dominik Braun <PromyLOPh@lavabit.com> | 2009-05-20 17:24:33 +0200 |
commit | a3a12a524c41f45d9cd9ebaa94cb22dc1456e6b1 (patch) | |
tree | 4dd8a6356851e02a1023901b7a2bc5c42a5a3f07 | |
parent | 279f3ba93b729684e54300352c59523bd05e54bc (diff) | |
download | pianobar-a3a12a524c41f45d9cd9ebaa94cb22dc1456e6b1.tar.gz pianobar-a3a12a524c41f45d9cd9ebaa94cb22dc1456e6b1.tar.bz2 pianobar-a3a12a524c41f45d9cd9ebaa94cb22dc1456e6b1.zip |
piano: Protocol version bump
v24 now; blowfish key stays the same; no imcompatible changes found yet
-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 e662c14..c0e1f06 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 "23" +#define PIANO_PROTOCOL_VERSION "24" #define PIANO_RPC_HOST "www.pandora.com" #define PIANO_RPC_PORT "80" #define PIANO_RPC_PATH "/radio/xmlrpc/v" PIANO_PROTOCOL_VERSION "?" |