From 0af2c4f73a9152637afc86b87307e4af1cd06295 Mon Sep 17 00:00:00 2001 From: William Joye Date: Sat, 5 Jan 2019 13:12:02 -0500 Subject: update version for SAMP --- ds9/library/samp.tcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ds9/library/samp.tcl b/ds9/library/samp.tcl index 981591b..0118493 100644 --- a/ds9/library/samp.tcl +++ b/ds9/library/samp.tcl @@ -988,7 +988,7 @@ proc samp.client.receiveCall {args} { SAMPReplySimple $msgid "http://ds9.si.edu" } x-samp.releasenotes.url { - SAMPReplySimple $msgid OK "http://ds9.si.edu/doc/release/r7.0.html" + SAMPReplySimple $msgid OK "http://ds9.si.edu/doc/release/r8.0.html" } x-samp.faq.url { SAMPReplySimple $msgid OK "http://ds9.si.edu/doc/faq.html" @@ -998,7 +998,7 @@ proc samp.client.receiveCall {args} { SAMPReplySimple $msgid OK "$help(authors)" } x-samp.release.version { - SAMPReplySimple $msgid OK "$ds9(version)" + SAMPReplySimple $msgid OK "$ds9(version,display)" } ds9.get { SAMPRcvdDS9Get $msgid params -- cgit v0.12