Christophe Weblog Wiki Code Publications Music
update protocol version to 2014-09-13
authorChristophe Rhodes <csr21@cantab.net>
Sat, 20 Sep 2014 12:52:16 +0000 (13:52 +0100)
committerChristophe Rhodes <csr21@cantab.net>
Sat, 20 Sep 2014 12:52:16 +0000 (13:52 +0100)
swank.R

diff --git a/swank.R b/swank.R
index 549e3ead76d367bd66fb40c3575569936f7efb88..57ead0ac9f803a1d2729f737d739c0d4a10fcb69 100644 (file)
--- 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",