diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2017-09-22 19:11:33 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2017-09-22 19:11:33 (GMT) |
commit | fc3641cc92b3ad2cdc787bd1d9a3d94ff856e770 (patch) | |
tree | bb72bfc154fb887a0581cbe574cbefe6d336f58a /ds9/library/ds9.tcl | |
parent | d2aed3767e236a9e8edf97a606172051c41ba41d (diff) | |
download | blt-fc3641cc92b3ad2cdc787bd1d9a3d94ff856e770.zip blt-fc3641cc92b3ad2cdc787bd1d9a3d94ff856e770.tar.gz blt-fc3641cc92b3ad2cdc787bd1d9a3d94ff856e770.tar.bz2 |
update version numbers
Diffstat (limited to 'ds9/library/ds9.tcl')
-rw-r--r-- | ds9/library/ds9.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ds9/library/ds9.tcl b/ds9/library/ds9.tcl index a3f6a71..8705d27 100644 --- a/ds9/library/ds9.tcl +++ b/ds9/library/ds9.tcl @@ -194,7 +194,7 @@ switch $ds9(wm) { source $ds9(root)/tcl8/8.5/msgcat-1.5.2.tm } if {![namespace exists http]} { - source $ds9(root)/tcl8/8.6/http-2.8.9.tm + source $ds9(root)/tcl8/8.6/http-2.8.11.tm source $ds9(root)/library/htp.tcl } |