From 904f09a07672474b7d7f98943299bdf652573949 Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Sun, 14 Nov 2010 18:17:52 +0000 Subject: [PATCH] #3741 Session-get reports rpc-version 10 instead of 11 --- libtransmission/rpcimpl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libtransmission/rpcimpl.c b/libtransmission/rpcimpl.c index 60274d698..8734dce50 100644 --- a/libtransmission/rpcimpl.c +++ b/libtransmission/rpcimpl.c @@ -36,7 +36,7 @@ #include "version.h" #include "web.h" -#define RPC_VERSION 10 +#define RPC_VERSION 11 #define RPC_VERSION_MIN 1 #define RECENTLY_ACTIVE_SECONDS 60