summaryrefslogtreecommitdiffstats
path: root/ds9/library
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-11-02 20:23:39 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-11-02 20:23:39 (GMT)
commit4821f76d635170f0856d4e5ebd25e71eaabc8098 (patch)
tree1dc8bb81c940f842c2a6bddbf216f00a8c665d4b /ds9/library
parent1ec585072006365b316d445166f35f8b06300036 (diff)
downloadblt-4821f76d635170f0856d4e5ebd25e71eaabc8098.zip
blt-4821f76d635170f0856d4e5ebd25e71eaabc8098.tar.gz
blt-4821f76d635170f0856d4e5ebd25e71eaabc8098.tar.bz2
new release notes
Diffstat (limited to 'ds9/library')
-rw-r--r--ds9/library/ds9.tcl2
-rw-r--r--ds9/library/help.tcl2
2 files changed, 2 insertions, 2 deletions
diff --git a/ds9/library/ds9.tcl b/ds9/library/ds9.tcl
index a43ab71..1459560 100644
--- a/ds9/library/ds9.tcl
+++ b/ds9/library/ds9.tcl
@@ -13,7 +13,7 @@ proc DS9Def {} {
}
# for beta version, MUST have space
- set ds9(version) {8.0 b1}
+ set ds9(version) {8.1 b1}
set ds9(top) .
set ds9(mb) .mb
diff --git a/ds9/library/help.tcl b/ds9/library/help.tcl
index fb9967a..3310e45 100644
--- a/ds9/library/help.tcl
+++ b/ds9/library/help.tcl
@@ -12,7 +12,7 @@ proc HelpDef {} {
set help(command) "$ds9(root)/doc/ref/command.html"
set help(userman) "$ds9(root)/doc/user/index.html"
set help(faq) "$ds9(root)/doc/faq.html"
- set help(release) "$ds9(root)/doc/release/r8.0.html"
+ set help(release) "$ds9(root)/doc/release/r8.1.html"
set help(helpdesk) "$ds9(root)/doc/helpdesk.html"
set help(story) "$ds9(root)/doc/story.html"
set help(ack) "$ds9(root)/doc/acknowledgment.html"