From fc149c9eb2e0c2d1645f8ab3bfcd52eaaf823dab Mon Sep 17 00:00:00 2001 From: Christophe Rhodes Date: Sat, 20 Sep 2014 13:52:16 +0100 Subject: [PATCH] update protocol version to 2014-09-13 --- swank.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swank.R b/swank.R index 549e3ea..57ead0a 100644 --- a/swank.R +++ b/swank.R @@ -293,7 +293,7 @@ printToString <- function(val) { `swank:connection-info` <- function (slimeConnection, sldbState) { list(quote(`:pid`), Sys.getpid(), quote(`:package`), list(quote(`:name`), "R", quote(`:prompt`), "R> "), - quote(`:version`), "2012-04-23", + quote(`:version`), "2014-09-13", quote(`:encoding`), list(quote(`:coding-systems`), list("utf-8-unix")), quote(`:lisp-implementation`), list(quote(`:type`), "R", quote(`:name`), "R", -- 2.30.2