From 6e5b8914dd30e14272b1ac223f97c4def0395459 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Wed, 8 Apr 2009 11:49:38 +0200 Subject: Protocol version bump Blowfish key stays the same (thanks again, pandora), no incompatible protocol changes found --- libpiano/src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" \ -- cgit v1.2.3