diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2019-01-05 18:12:02 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2019-01-05 18:12:02 (GMT) |
commit | 0af2c4f73a9152637afc86b87307e4af1cd06295 (patch) | |
tree | ff7a59d8b977cfaa74497b8b8c02147d7ecfdeb8 /ds9 | |
parent | 5049d4662dc3bedcf9f8cdf5aeb2df2eeacae9fe (diff) | |
download | blt-0af2c4f73a9152637afc86b87307e4af1cd06295.zip blt-0af2c4f73a9152637afc86b87307e4af1cd06295.tar.gz blt-0af2c4f73a9152637afc86b87307e4af1cd06295.tar.bz2 |
update version for SAMP
Diffstat (limited to 'ds9')
-rw-r--r-- | ds9/library/samp.tcl | 4 |
1 files 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 |