summaryrefslogtreecommitdiff
path: root/libpiano
diff options
context:
space:
mode:
authorLars-Dominik Braun <PromyLOPh@lavabit.com>2009-04-08 11:49:38 +0200
committerLars-Dominik Braun <PromyLOPh@lavabit.com>2009-04-08 11:49:38 +0200
commit6e5b8914dd30e14272b1ac223f97c4def0395459 (patch)
treee1bcbf944c50e8ab92ee32d1083caa761e4de270 /libpiano
parentb76e4477a970fc07bba46c261efbd64197042b1d (diff)
downloadpianobar-windows-6e5b8914dd30e14272b1ac223f97c4def0395459.tar.gz
pianobar-windows-6e5b8914dd30e14272b1ac223f97c4def0395459.tar.bz2
pianobar-windows-6e5b8914dd30e14272b1ac223f97c4def0395459.zip
Protocol version bump
Blowfish key stays the same (thanks again, pandora), no incompatible protocol changes found
Diffstat (limited to 'libpiano')
-rw-r--r--libpiano/src/main.c2
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" \