diff options
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 8aa7481..586d49f 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.11.tm + source $ds9(root)/tcl8/8.6/http-2.8.12.tm source $ds9(root)/library/htp.tcl } |