aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2010-02-26 11:19:24 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2010-02-26 11:19:24 +0000
commita9da35175045155ab8a2932f03898c292d77db2c (patch)
tree0d11736ee5b3e4cfe625d32bf9cc147d756a6a31 /src/plugins/General
parent3a7a0174778f4f9808d4e09c525c89874f569f66 (diff)
downloadqmmp-a9da35175045155ab8a2932f03898c292d77db2c.tar.gz
qmmp-a9da35175045155ab8a2932f03898c292d77db2c.tar.bz2
qmmp-a9da35175045155ab8a2932f03898c292d77db2c.zip
scrobbler: updated protocol version
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1586 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General')
-rw-r--r--src/plugins/General/scrobbler/scrobbler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/General/scrobbler/scrobbler.cpp b/src/plugins/General/scrobbler/scrobbler.cpp
index be17216f0..13f8f7e5b 100644
--- a/src/plugins/General/scrobbler/scrobbler.cpp
+++ b/src/plugins/General/scrobbler/scrobbler.cpp
@@ -35,7 +35,7 @@
#include <qmmp/qmmp.h>
#include "scrobbler.h"
-#define PROTOCOL_VER "1.2"
+#define PROTOCOL_VER "1.2.1"
#define CLIENT_ID "qmm"
#define CLIENT_VER "0.3"